Keystone did not start
I'm having the same issue reported in 226015 - I get an error that keystone cannot start.
on the console i have this
(eventlet.wsgi.server): 2013-05-02 16:06:04,911 DEBUG wsgi write (47964) wsgi starting up on http://0.0.0.0:35357/
(eventlet.wsgi.server): 2013-05-02 16:06:04,911 DEBUG wsgi write (47964) wsgi starting up on http://0.0.0.0:5000/
and it fails with this
2013-05-02 16:05:42 + timeout 60 sh -c 'while ! http_proxy= curl -s http://192.168.140.127:5000/v2.0/ >/dev/null; do sleep 1; done' 2013-05-02 16:06:37 + die 326 'keystone did not start'
but if i connect using firefox i get a response
<version status="stable" updated="2013-03-06T00:00:00Z" id="v2.0"><media-types><media-type base="application/json" type="application/vnd.openstack.identity-v2.0+json"/><media-type base="application/xml" type="application/vnd.openstack.identity-v2.0+xml"/></media-types><links><link href="http://localhost:5000/v2.0/" rel="self"/><link href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/" type="text/html" rel="describedby"/><link href="http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf" type="application/pdf" rel="describedby"/></links></version>
If i run the curl command by hand it hangs. Im sure this is a rookie problem but i am stuck - help appreciated.