Re: [Openstack] keystone - service unavailable

2013-02-27 Thread Tomáš Šoltys
I do not thinks so. I just checked whether they are defined, and they are not. Regards, Tomas 2013/2/27 JuanFra Rodriguez Cardoso > It could be a problem with environment variables loaded previously (such > as OS_USERNAME, OS_PASSWORD...). > > Regards, > JuanFra > > > 2013/2/27 Tomáš Šoltys >

Re: [Openstack] [Keystone] service unavailable

2013-02-27 Thread Tomáš Šoltys
I do not think so. What I did is: 1. Installed CentOS as a virtual host 2. Installed openstack packages yum install -y openstack-utils openstack-keystone python-keystoneclient 3. Executed following commands: echo 12345678 | openstack-db --init --service keystone --password 12345678 openstack

[Openstack] keystone - service unavailable

2013-02-27 Thread Tomáš Šoltys
Hi, I am trying to setup keystone myself on CentOS using this step-by-step instructions: http://docs.openstack.org/essex/openstack-compute/install/yum/content/install-keystone.html I have followed the steps above but when I try to create a tenant I get "Unable to communicate with identity service

Re: [Openstack] [Keystone] service unavailable

2013-02-27 Thread Dolph Mathews
I'm not aware that keystone is capable of raising a 503 Service Unavailable... are you running through a proxy? If so, I assume there's an issue with it's configuration. -Dolph On Wed, Feb 27, 2013 at 8:27 AM, Tomáš Šoltys wrote: > Hi, > > Yes, the service is running and listening. I can see i

Re: [Openstack] [Keystone] service unavailable

2013-02-27 Thread Tomáš Šoltys
Hi, Yes, the service is running and listening. I can see it via ps as well as by using netstat Here is my keystone.conf - [DEFAULT] log_file = /var/log/keys

Re: [Openstack] [Keystone] service unavailable

2013-02-27 Thread Sylvain Bauza
Could you please paste your keystone.conf ? Also, could you please check keystone service is started ? -Sylvain Le 27/02/2013 15:06, Tomás( S(oltys a écrit : Hi, I am trying to setup keystone myself on CentOS using this step-by-step instructions: http://docs.openstack.org/essex/openstack-com

[Openstack] [Keystone] service unavailable

2013-02-27 Thread Tomáš Šoltys
Hi, I am trying to setup keystone myself on CentOS using this step-by-step instructions: http://docs.openstack.org/essex/openstack-compute/install/yum/content/install-keystone.html I have followed the steps above but when I try to create a tenant I get "Unable to communicate with identity service