WARNING:keystoneclient.httpclient:Failed to retrieve management_url from token
HI!
I am installing OpenStack Juno in Rhel7.x. I am using Openstack Document "OpenStack Installation Guide". After setting up required configuration for keystone, I am able to list the users using keystone user-list using token which is generated in previous step.
If I have client environment scripts (admin-openrc.sh on page 40 of Openstack Installation Guide), It is giving below error.
WARNING:keystoneclient.httpclient:Failed to retrieve management_url from token
The Debug output is:
DEBUG:keystoneclient.auth.identity.v2:Making authentication request to http://controller01:35357/v2.0/tokens INFO:urllib3.connectionpool:Starting new HTTP connection (1): controller01 DEBUG:urllib3.connectionpool:"POST /v2.0/tokens HTTP/1.1" 200 825 WARNING:keystoneclient.httpclient:Failed to retrieve management_url from token
Could someone help me to fix the issue.