[Openstack] Can't start instance after upgrade to Mitaka release

2016-04-20 Thread K K
Hello. I upgraded release OpenStack from Kilo to Mitaka. But now I can't start any Instance. At the compute node nova daemons said: 2016-04-20 12:40:15.395 226509 ERROR oslo_messaging.rpc.dispatcher [req-86e4ab2e-229a-438d-87d2-d9ce9f749dbc 79401c3a746740ef826762ca9eaeb207 3029462986ac400ca2c2c6

Re: [Openstack] Can't start instance after upgrade to Mitaka release

2016-04-20 Thread Venu Murthy
Hello KK, I see that your config files are up dated, for example lock_path = /var/lib/nova/tmp and auth_password to auth_type. Are the endpoint versions correct? Just taking a wild guess. Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accide

Re: [Openstack] Xenial / Mitaka = Instance failed network setup / nova.compute.manager Unauthorized

2016-04-20 Thread Paras pradhan
Yes I I have it set up in nova.conf and neutron.conf On Wed, Apr 20, 2016 at 9:11 AM, Eugen Block wrote: > And did you change it to auth_type instead of auth_plugin? Also you should > make sure that this option is in the correct section of your config file, > for example > > [keystone_authtoken]

Re: [Openstack] Can't start instance after upgrade to Mitaka release

2016-04-20 Thread Van Leeuwen, Robert
> I upgraded release OpenStack from Kilo to Mitaka. >But now I can't start any Instance. At the compute node nova daemons said: > 2016-04-20 12:40:15.395 226509 ERROR oslo_messaging.rpc.dispatcher > [req-86e4ab2e-229a-438d-87d2-d9ce9f749dbc 79401c3a746740ef826762ca9eaeb207 > 3029462986ac400ca2c2c

Re: [Openstack] Xenial / Mitaka = Instance failed network setup / nova.compute.manager Unauthorized

2016-04-20 Thread Eugen Block
And did you change it to auth_type instead of auth_plugin? Also you should make sure that this option is in the correct section of your config file, for example [keystone_authtoken] ... auth_type = password or [neutron] ... auth_type = password Regards, Eugen Zitat von Paras pradhan :

Re: [Openstack] Xenial / Mitaka = Instance failed network setup / nova.compute.manager Unauthorized

2016-04-20 Thread Paras pradhan
No I still have that error. Other than that I don't see any other errors. On Wed, Apr 20, 2016 at 9:22 AM, Eugen Block wrote: > So I guess the mentioned error should be resolved? Does it work now? > > > > Zitat von Paras pradhan : > > Yes I I have it set up in nova.conf and neutron.conf >> >> On

Re: [Openstack] Xenial / Mitaka = Instance failed network setup / nova.compute.manager Unauthorized

2016-04-20 Thread Eugen Block
So I guess the mentioned error should be resolved? Does it work now? Zitat von Paras pradhan : Yes I I have it set up in nova.conf and neutron.conf On Wed, Apr 20, 2016 at 9:11 AM, Eugen Block wrote: And did you change it to auth_type instead of auth_plugin? Also you should make sure that

[Openstack] Get URL for Horizon from CLI?

2016-04-20 Thread Ken D'Ambrosio
So I'm trying to write up a user/tenant creation script, and then when it's done, I want to fire off an e-mail with relevant info to the new user. One thing I'd like to send along is the URL for horizon for whichever cloud I've just created them accounts on... but I don't see how to get that f

Re: [Openstack] Get URL for Horizon from CLI?

2016-04-20 Thread Dean Troyer
On Wed, Apr 20, 2016 at 12:41 PM, Ken D'Ambrosio wrote: > So I'm trying to write up a user/tenant creation script, and then when > it's done, I want to fire off an e-mail with relevant info to the new > user. One thing I'd like to send along is the URL for horizon for > whichever cloud I've just

Re: [Openstack] Horizon - CSRF verification failed

2016-04-20 Thread Jagga Soorma
Hey Guys, So turns out that another internal website is creating a cookie with a domain .xxx.com and our horizon instance creates a cookie with domain yyy.xxx.com. So, after a user logs into horizon and then maybe visits that other internal site and comes back to login to horizon they get the for

Re: [Openstack] list members of a project

2016-04-20 Thread Jagga Soorma
BTW I should mention that my openstack instance has been integrated into active directory so horizon does not show any project member information. Thanks. On Wed, Apr 20, 2016 at 4:20 PM, Jagga Soorma wrote: > Hi Guys, > > So I am able to find out what role a user has for a specific project, bu

[Openstack] list members of a project

2016-04-20 Thread Jagga Soorma
Hi Guys, So I am able to find out what role a user has for a specific project, but have not been able to find a way to list all members in a given project. Is this doable? Is there a way I can get all members of a existing project from cli? Don't think horizon exposes this information either. T

Re: [Openstack] list members of a project

2016-04-20 Thread Steve Heyman
I think keystone user-list does this. See http://docs.openstack.org/developer/keystone/cli_examples.html#user-list [cid:B0E01E2B-115E-4F7C-8014-53839A1AC144] From: Jagga Soorma mailto:jagg...@gmail.com>> Date: Wednesday, April 20, 2016 at 6:20 PM To: openstack mailto:openstack@lists.openstack.

[Openstack] Help with Openstack Liberty: Failed to allocate the network

2016-04-20 Thread The O.G.
We are following: http://docs.openstack.org/liberty/install-guide-rdo/index.html Using CentOS7. We've chosen the option 2 for networking, where we have both a private and public network. We've pretty much following the guide step by step up to and finishing "Add the dashboard" step. All the verif

Re: [Openstack] list members of a project

2016-04-20 Thread Remo Mattei
you should really move to the openstack command like openstack user list (example) Remo > On Apr 20, 2016, at 16:40, Steve Heyman wrote: > > I think keystone user-list does this. See > http://docs.openstack.org/developer/keystone/cli_examples.html#user-list >

Re: [Openstack] list members of a project

2016-04-20 Thread Jagga Soorma
Yea so I was able to get the list of users as the cloud admin using the "openstack user list --project proj --domain domain" command. However, I can't seem to do this as the domain admin (admin on both domain and project): -- $ openstack user list --project proj --domain domain You are not author

[Openstack] Where are the mitaka Network node config instructions.

2016-04-20 Thread Venu Murthy
Hello, there mM dear lovely folks out there, I am trying to setup Mitaka on three nodes (control, compute and network) and referring to this documentation, http://docs.openstack.org/mitaka/install-guide-ubuntu/neutron-controller-install.html I don't see any mention of what are the changes to be m

Re: [Openstack] Where are the mitaka Network node config instructions.

2016-04-20 Thread Remo Mattei
the steps should be the same as liberty. Remo On Apr 20, 2016, at 22:35, Venu Murthy wrote: > > Hello, there > > mM dear lovely folks out there, I am trying to setup Mitaka on three nodes > (control, compute and network) and referring to this documentation, > http://docs.openstack.org/mitak

Re: [Openstack] Can't start instance after upgrade to Mitaka release

2016-04-20 Thread K K
okey. Yes, it's a trouble. I solved that problem by add use_neutron = true to nova.conf at compute and controller nodes. Also I added to nova.conf@compute  node: [neutron] auth_type = password auth_url = http://controller:35357 But now I get else error when I try to start instance. Nova@compute0