ERROR: Unable to communicate with identity service
Hi i have trying to install openstack using devstack but i am running into following error:
"keystone tenant-create --name admin grep ' id ' get_field 2 read data Unable to communicate with identity service The proxy could not connect to the destination in time. THIS PAGE IS NOT BLOCKED. The proxy tried to connect to the requested web server but was unable to open a connection. Usually this means that the server is down, but it might also be too busy to respond in time. Trying again might work (HTTP 502) "
I am trying to set this up behind a corporate proxy, and is it possible that the error is caused by keystone service isn't actually running and listening on the specified port because i found out that the url it was trying to request is:
**http://localhost:35357/v2.0/tenants**
Here is my keystone.conf:
*admin_token = admintoken
admin_endpoint = http://localhost:%(admin_port)s/
public_endpoint = http://localhost:%(public_port)s/
connection = mysql://root:password!@localhost/keystone?charset=utf8*
Any help is appreciated!