Re: [Openstack] [Heat] trusts_delegated_roles=member?

2014-09-08 Thread Steven Hardy
On Mon, Sep 08, 2014 at 11:11:07AM +1000, Kieran Spear wrote: > Hi, > > I'm looking at configuring our Heat deployment to use trusts as the > deferred auth method. The requirement to grant each user the > heat_stack_owner role (or similar) makes things a bit awkward, since > we allow users to gran

Re: [Openstack] parallel (concurrent) volume attachment to server

2014-09-08 Thread Steven Hardy
On Sat, Sep 06, 2014 at 06:37:31AM +, Ambadas Ramanna Adam wrote: >Hi All, > > > >I have openstack installed on RHEL6.5 using RDO Quickstart. Everything is >now working except for a weird volume attachment issue. > > > >I have a program which launches instance and

[Openstack] Unabel to delete demo-net, ext-net

2014-09-08 Thread Srinivasreddy R
Hi, I have configured two external networks with different configurations . I am unable to delete the old one . Please let me how to delete external networks .. I am attaching the screen shots .. Thanks, Srinivas. ___ Mailing list: http://lists.o

Re: [Openstack] Unabel to delete demo-net, ext-net

2014-09-08 Thread Moiz Arif
Hi, You must delete the respective network port from the corresponding Router or any running Instance (Floating IP or normal IP e.t.c.) in order to delete the network. If there are active ports on the network then neutron doesn't allow Network Deletion. Hope it Helps. Date: Mon, 8 Sep 2014 17

[Openstack] virtual machine not able to get ip address

2014-09-08 Thread Srinivasreddy R
hi, I have configured 3 node setup with icehouse release. able to launch to instance . the instance is in active state with no errors ..but it is not reachable . It is not able to get ip address .. How can i debug forther .. below is the Instance console logs .. Sep 8 09:49:08 cirros kern.n

Re: [Openstack] Unabel to delete demo-net, ext-net

2014-09-08 Thread raghavendra.lad
Hi, You need to delete the instances. Delete the Floating Ips. Then delete the Interfaces of Router and delete Router. Then delete the subnets, network ports, and then the Networks. Please follow the above order and you should be logged in as admin. In case you have any difficulties let me kn

Re: [Openstack] virtual machine not able to get ip address

2014-09-08 Thread Moiz Arif
Hi, This happened to me once. Firstly, check neutron logs for any errors in /var/log/neutron/. If you see errors post them here. Secondly, Verify that neutron dhcp is running. Verify that you have configured OpenStack Data Network correctly, verify VLAN/GRE (whichever applicable) configurations

Re: [Openstack] Unabel to delete demo-net, ext-net

2014-09-08 Thread Srinivasreddy R
many many thanks .. i followed the order and able to delete Networks .. thanks alot .. regards, srinivas. On Mon, Sep 8, 2014 at 5:32 PM, wrote: > Hi, > > > > You need to delete the instances. > > Delete the Floating Ips. > > > > Then delete the Interfaces of Router and delete Router. > > > >

Re: [Openstack] OpenStack On Debian Jessie

2014-09-08 Thread Jeremy Stanley
On 2014-09-08 07:44:01 +0800 (+0800), Thomas Goirand wrote: [...] > However, what would be a terrible idea would be starting to use > Havana now. There's no work being done on Havana in Debian, and > there's no work that anyone will do. So you'd be pretty much on > your own, including for fixing an

Re: [Openstack] is anyone using zeromq for RPC?

2014-09-08 Thread Li Ma
Hi Doug, It is sad that it may be abandoned in future OpenStack release. ZeroMQ is fantastic messaging library because it is broker-less and can be fully distributed. It is really useful in large-scale deployment scenario. Currently we are using ZeroMQ as the message queue implementation in our

[Openstack] database and dashboard out of sync

2014-09-08 Thread Srinivasreddy R
hi, i have generated key pair and it is visible by the command nova keypair-list but it is not visible in the dashboard .. because of this i am getting error while launching instance giving error message like ERROR (Not Found ) : The resource could not be found . (HTTP 404 )(Request-Id ) pl

Re: [Openstack] is anyone using zeromq for RPC?

2014-09-08 Thread Antonio Messina
Hi All, We tested briefly ZeroMQ with Havana last year, but we couldn't find any good documentation on how to implement it, and we were not able to get it working. We also got the impression that the support was not at all mature, so we decided to use RabbitMQ instead. However, I must say that th

[Openstack] Docs Bug Squash Day tomorrow, 9/9/14

2014-09-08 Thread Anne Gentle
Hi all, We're planning a docs bug squash day tomorrow round-the-planet. With over 650 doc bugs there's plenty to go around. Last time we squashed over 100 bugs. Refer to https://wiki.openstack.org/wiki/Documentation/BugDay for details. We have documentarians standing by in #openstack-doc. Sometim

Re: [Openstack] is anyone using zeromq for RPC?

2014-09-08 Thread Doug Hellmann
On Sep 8, 2014, at 10:00 AM, Li Ma wrote: > Hi Doug, > > It is sad that it may be abandoned in future OpenStack release. ZeroMQ is > fantastic messaging library because it is broker-less and can be fully > distributed. It is really useful in large-scale deployment scenario. Yes, I’m also dis

Re: [Openstack] is anyone using zeromq for RPC?

2014-09-08 Thread Doug Hellmann
On Sep 8, 2014, at 10:35 AM, Antonio Messina wrote: > Hi All, > > We tested briefly ZeroMQ with Havana last year, but we couldn't find > any good documentation on how to implement it, and we were not able to > get it working. We also got the impression that the support was not at > all mature,

[Openstack] neutron and nova database are not in sync

2014-09-08 Thread Srinivasreddy R
hi, i have added two networks . when trying to launch the image it is giving the error .. the neutron and nova database are not in sync .. how can in proceed further .below are the output of neutron net-list and nova net-list . user@user-ThinkCentre-M73:~$ neutron net-list +-

[Openstack] [heat] identity:create_domain failed (403)

2014-09-08 Thread David Hill
Hi guys, I have 2 environments that are almost identical but one of them gives me this: keystoneclient.openstack.common.apiclient.exceptions.Forbidden: You are not authorized to perform the requested action, identity:create_domain. (HTTP 403) When I try to run: heat-keystone-s

Re: [Openstack] [heat] identity:create_domain failed (403)

2014-09-08 Thread 严超
I think Keystone got error itself. Check keystone service and troubleshot. Last time I got this error is because the Ntp is not configured , then the keystone got wrong without time sync. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 *

Re: [Openstack] database and dashboard out of sync

2014-09-08 Thread Julie Pichon
On 08/09/14 23:15, Srinivasreddy R wrote: > hi, > i have generated key pair and it is visible by the command > nova keypair-list > > but it is not visible in the dashboard .. because of this i am getting > error while launching instance giving error message like > ERROR (Not Found ) : The resour

Re: [Openstack] [Heat] trusts_delegated_roles=member?

2014-09-08 Thread Kieran Spear
On 8 September 2014 19:33, Steven Hardy wrote: > On Mon, Sep 08, 2014 at 11:11:07AM +1000, Kieran Spear wrote: >> Hi, >> >> I'm looking at configuring our Heat deployment to use trusts as the >> deferred auth method. The requirement to grant each user the >> heat_stack_owner role (or similar) make

[Openstack] OpenStackClient 0.4.1 released

2014-09-08 Thread Dean Troyer
OpenStackClient 0.4.1 has been released to PyPI. This release consists of mostly bug fixes and a few new commands. python-openstackclient can be installed from the following locations: PyPI: https://pypi.python.org/pypi/python-openstackclient OpenStack tarball: http://tarballs.openstack.org/pytho