Re: [Openstack] KeyStone service is not responding while installing thorough DevStack !!

2012-08-23 Thread Joseph Heck
One of two things - either the file doesn't exist in that location, or the process running it doesn't have permissions to see the file. Does the file exist at /etc/keystone/logging.conf? Devstack tries to set that up in the right location in stack.sh at line 2038 - did that fail when you ran

Re: [Openstack] KeyStone service is not responding while installing thorough DevStack !!

2012-08-23 Thread hitesh wadekar
Thanks Dolph and Joseph for a quick answers. I tried through command though,.. *cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/kestone/logging.conf -d --debug *The output of this -> * * Traceback (most recent call last)

Re: [Openstack] KeyStone service is not responding while installing thorough DevStack !!

2012-08-23 Thread Joseph Heck
Trinath - it sounds like PyPi was slow and/or hung. That happens upon occasion (and has caused much grief). I'm guessing by the time I'm responding to this, it's cleared up for you. Are you able to run through devstack now without issue? - joe On Aug 23, 2012, at 1:39 AM, Trinath Somanchi w

Re: [Openstack] KeyStone service is not responding while installing thorough DevStack !!

2012-08-23 Thread Dolph Mathews
That potentially a different issue; likely a pypi mirror not responding? You can download/install prettytable directly if you need to: http://pypi.python.org/pypi/PrettyTable/ -Dolph On Thu, Aug 23, 2012 at 3:39 AM, Trinath Somanchi < trinath.soman...@gmail.com> wrote: > Hi- > > Me too experienc

Re: [Openstack] KeyStone service is not responding while installing thorough DevStack !!

2012-08-23 Thread Dolph Mathews
What exactly happens when you try to start it directly? cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/ke'stone/logging.conf -d --debug What happens when you curl http://localhost:5000/v2.0/ on that machine? And with

Re: [Openstack] KeyStone service is not responding while installing thorough DevStack !!

2012-08-23 Thread Sam Stoelinga
Hi, That may means your internet connection is too slow and it's still downloading and didn't finish yet, at least thats what I have experienced in the past. Maybe your HTTP request sometimes get malformed and your download isn't continuing then you may need to just try again. Are you behind a fi

[Openstack] KeyStone service is not responding while installing thorough DevStack !!

2012-08-23 Thread hitesh wadekar
Guys, I am installing DevStack script. I stucked here. + screen -S stack -p key -X stuff 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/ke'stone/logging.conf -d --debug echo 'Waiting for keystone to start...' Wait