Merge "Fix URL in access the GUI"

This commit is contained in:
Zuul 2024-09-03 14:34:42 +00:00 committed by Gerrit Code Review
commit 7595214ecf
4 changed files with 24 additions and 5 deletions

View File

@ -57,9 +57,16 @@ You can install |O-RAN| O2 application on |prod| from the command line.
#. Download ``admin_openrc.sh`` from the |prod| admin dashboard.
* Visit `http://<oam-floating-ip-address>:8080/project/api_access/`
* Click the **Download OpenStack RC File"/"OpenStack RC File** button
* Visit `https://<oam-floating-ip-address>:8443/project/api_access/`
.. note::
If https is not enabled, the URL is `http://<oam-floating-ip-address>:8080`.
* Click the **Download OpenStack RC File"/"OpenStack RC File** button
#. Copy the file to the controller host.
#. Source the platform environment.

View File

@ -93,7 +93,11 @@ StarlingX Horizon GUI
Access the StarlingX Horizon GUI with the following steps:
#. Enter the OAM floating IP address in your browser:
``\http://<oam-floating-ip-address>:8080``.
``https://<oam-floating-ip-address>:8443``.
.. note::
If https is not enabled, the URL is `http://<oam-floating-ip-address>:8080`.
Discover your OAM floating IP address with the :command:`system oam-show`
command.

View File

@ -59,7 +59,11 @@ Use Horizon GUI
###############
#. Access the StarlingX Horizon GUI by entering the OAM floating IP address in
your browser: `\http://<oam-floating-ip-address>:8080`
your browser: `\https://<oam-floating-ip-address>:8443`
.. note::
If https is not enabled, the URL is `http://<oam-floating-ip-address>:8080`.
Discover your OAM floating IP address with the :command:`system oam-show` command.

View File

@ -19,7 +19,11 @@ from a browser.
Access the Horizon in your browser at the address:
`http://<oam-floating-ip-address>:8080`
`https://<oam-floating-ip-address>:8443`
.. note::
If https is not enabled, the URL is `http://<oam-floating-ip-address>:8080`.
Use the username **admin** and the sysadmin password to log in.