keystone: Unable to establish connection to http://ip-address:5000/v3/tokens
Hi,
i'm trying to install murano the applications catalog for openstack by following this guide : http://murano.readthedocs.io/en/stabl...
Every time after i launch the murano dashboard on : http://172.19.11.122:8082/ and when i enter my login and password i got this error message : Unable to establish connection to keystone endpoint.
and the murano server returns :
DEBUG:keystoneauth.identity.v2:Making authentication request to http://%172.19.11.116%:5000/v3/tokens
Unable to establish connection to http://%172.19.11.116%:5000/v3/tokens
Login failed for user "badis".
i even change the keystone api version from v3 to v2.0 on my openstack environment but still the same error message Please any one could help me !
Thanks in advance,
You must modify OPENSTACK_KEYSTONE_URL like "OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST" it in /horizon/openstack_dashboard/local/local_settings.py. Can you try this ?