Public bug reported: 1. Go to https://docs.openstack.org/horizon/wallaby/install/install-ubuntu.html 2. Install and configure for Ubuntu for horizon section 3. Open file /etc/openstack-dashboard/local_settings.py 4. Actual value mentioned in the document is
OPENSTACK_KEYSTONE_URL = "http://%s/identity/v3" % OPENSTACK_HOST 5. Expected value should be OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST ** Affects: horizon Importance: Undecided Status: New ** Tags: documentation ** Summary changed: - Install and configure for Ubuntu in horizon + Dashboard fails to logon as per Install and configure for Ubuntu in horizon Wallaby -- 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/1926096 Title: Dashboard fails to logon as per Install and configure for Ubuntu in horizon Wallaby Status in OpenStack Dashboard (Horizon): New Bug description: 1. Go to https://docs.openstack.org/horizon/wallaby/install/install-ubuntu.html 2. Install and configure for Ubuntu for horizon section 3. Open file /etc/openstack-dashboard/local_settings.py 4. Actual value mentioned in the document is OPENSTACK_KEYSTONE_URL = "http://%s/identity/v3" % OPENSTACK_HOST 5. Expected value should be OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1926096/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

