Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-28 Thread Ke Wu
7:01 AM To: openstack mail list Subject: [Openstack] [Devstack]Keystone authentication problem when installing Hi, I can't find a mailing list of devstack so I choose to ask here, hope this doesn't spam you guys. I was trying to build Devstack on my VM (Ubuntu 12.04 server) to start

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-28 Thread Dean Troyer
On Wed, Jun 27, 2012 at 9:34 PM, Ke Wu ke...@ibeca.me wrote: Here is my localrc: ENABLED_SERVICES=$ENABLED_SERVICES,swift MYSQL_PASSWORD=password ADMIN_PASSWORD= password RABBIT_PASSWORD= password SERVICE_TOKEN= password SWIFT_HASH= password Do you have spaces following the '=' as shown

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-28 Thread Gabriel Hurley
, 2012 10:28 AM To: Vaze, Mandar Cc: openstack mail list Subject: Re: [Openstack] [Devstack]Keystone authentication problem when installing Thanks Mandar, Yet could you please explain it in detail? I am pretty new to devstack and didn't see the relationship between the bugs you mentioned

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-28 Thread Gabriel Hurley
+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of Ke Wu Sent: Wednesday, June 27, 2012 7:35 PM To: Adam Young Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [Devstack]Keystone authentication problem when installing Here is my localrc: ENABLED_SERVICES=$ENABLED_SERVICES

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-28 Thread Gabriel Hurley
[mailto:openstack- bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of Dean Troyer Sent: Thursday, June 28, 2012 12:45 PM To: Ke Wu Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [Devstack]Keystone authentication problem when installing On Wed, Jun 27, 2012

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-28 Thread Vaze, Mandar
: openstack mail list Subject: RE: [Openstack] [Devstack]Keystone authentication problem when installing I'm seeing this error too. It appears that the environment variables (SERVICE_TOKEN, etc.) aren't getting exported, causing keystoneclient to not find them in the environment and triggering

[Openstack] [Devstack]Keystone authentication problem when installing

2012-06-27 Thread Ke Wu
Hi, I can't find a mailing list of devstack so I choose to ask here, hope this doesn't spam you guys. I was trying to build Devstack on my VM (Ubuntu 12.04 server) to start a new environment for Horizon development. Everything went well until it hit the point to start Keystone service, the

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-27 Thread Adam Young
Can you post your localrc file? YOu can blank out the passwords. Also, what distribution? On 06/27/2012 09:30 PM, Ke Wu wrote: Hi, I can't find a mailing list of devstack so I choose to ask here, hope this doesn't spam you guys. I was trying to build Devstack on my VM (Ubuntu 12.04

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-27 Thread Ke Wu
Here is my localrc: ENABLED_SERVICES=$ENABLED_SERVICES,swift MYSQL_PASSWORD=password ADMIN_PASSWORD= password RABBIT_PASSWORD= password SERVICE_TOKEN= password SWIFT_HASH= password HOST_IP=10.0.0.0 RECLONE=yes SERVICE_PASSWORD= password By what distribution you mean? I clone the devstack code

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-27 Thread Vaze, Mandar
Of Ke Wu Sent: Thursday, June 28, 2012 7:01 AM To: openstack mail list Subject: [Openstack] [Devstack]Keystone authentication problem when installing Hi, I can't find a mailing list of devstack so I choose to ask here, hope this doesn't spam you guys. I was trying to build Devstack on my VM