** Also affects: horizon Importance: Undecided Status: New ** Also affects: keystone Importance: Undecided Status: New
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1585983 Title: horizon issue with connection to keystone Status in devstack: New Status in OpenStack Dashboard (Horizon): New Status in OpenStack Identity (keystone): New Bug description: Hello. I have fresh installation by devstack. When I try to access the Users or Projects panels I get an error: Error: Unable to retrieve project list. I've in local_settings.py: OPENSTACK_API_VERSIONS={"identity":3} OPENSTACK_KEYSTONE_URL="http://192.168.100.56/identity/v3" I tried to change: OPENSTACK_API_VERSIONS={"identity":2} OPENSTACK_KEYSTONE_URL="http://192.168.100.56/identity/v2" or: OPENSTACK_API_VERSIONS={"identity":3} OPENSTACK_KEYSTONE_URL = "http://192.168.100.56:35357/v3" but all time getting same error in horizon.log: 2016-05-26 10:10:10.271844 DEBUG:keystoneauth.session:REQ: curl -g -i -X GET http://192.168.100.56/identity/users/12d3903866c04c03867014b46405549b/projects -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a82a8e5488a184982dda25814ae171bb25c4382" 2016-05-26 10:10:10.275675 DEBUG:keystoneauth.session:RESP: [404] Date: Thu, 26 May 2016 10:10:10 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips mod_wsgi/3.4 Python/2.7.5 Vary: X-Auth-Token Content-Length: 93 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: application/json 2016-05-26 10:10:10.275699 RESP BODY: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}} To manage notifications about this bug go to: https://bugs.launchpad.net/devstack/+bug/1585983/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp