Add a support note to assist users of the 2.9.x client and point to it from any affected instructional page. There are other command replacements that should be done eventually (e.g. upgrade-series to upgrade-machine). This PR only covers the incompatible commands. Change-Id: I67f1fbfe9b0e7e568649a96c5e75499ebd86f404 Signed-off-by: Peter Matulis <peter.matulis@canonical.com>
1.2 KiB
1.2 KiB
Access the dashboard
Important
This page has been identified as being affected by the breaking
changes introduced between versions 2.9.x and 3.x of the Juju client.
Read support note juju_29_3x_changes before continuing.
To access the dashboard (Horizon) first obtain its IP address:
juju status --format=yaml openstack-dashboard | grep public-address | awk '{print $2}' | head -1
In this example, the address is '10.246.114.29'.
The dashboard URL is then: http://10.246.114.29/horizon
Now query for the admin password:
juju exec --unit keystone/leader leader-get admin_passwd
****************
The final credentials needed to log in are:
User Name: admin
Password: ****************
Domain: admin_domain
Password: ****************
Domain: admin_domain
Tip
If this tutorial was performed on a host remote to your browser, you may need to use SSH local port forwarding to access Horizon. For example:
sudo ssh -i <personal-key> -N -L 8002:10.246.114.29:80 <remote-host>
In this case, the URL becomes: http://localhost:8002/horizon