Fix URL in access the GUI

Add note explaining which URL to use in case https is not enabled.

Closes-bug: 2077000

Change-Id: I76533f565947fb181b19cd5bfcd864234538d110
Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com>
This commit is contained in:
Elisamara Aoki Goncalves 2024-08-14 13:30:20 +00:00
parent d941953002
commit 5f8e8ca75c
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

@ -54,7 +54,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.