Merge "Fix URL in access the GUI"
This commit is contained in:
commit
7595214ecf
@ -57,7 +57,14 @@ You can install |O-RAN| O2 application on |prod| from the command line.
|
|||||||
|
|
||||||
#. Download ``admin_openrc.sh`` from the |prod| admin dashboard.
|
#. Download ``admin_openrc.sh`` from the |prod| admin dashboard.
|
||||||
|
|
||||||
* Visit `http://<oam-floating-ip-address>:8080/project/api_access/`
|
* 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
|
* Click the **Download OpenStack RC File"/"OpenStack RC File** button
|
||||||
|
|
||||||
#. Copy the file to the controller host.
|
#. Copy the file to the controller host.
|
||||||
|
@ -93,7 +93,11 @@ StarlingX Horizon GUI
|
|||||||
Access the StarlingX Horizon GUI with the following steps:
|
Access the StarlingX Horizon GUI with the following steps:
|
||||||
|
|
||||||
#. Enter the OAM floating IP address in your browser:
|
#. 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`
|
Discover your OAM floating IP address with the :command:`system oam-show`
|
||||||
command.
|
command.
|
||||||
|
@ -59,7 +59,11 @@ Use Horizon GUI
|
|||||||
###############
|
###############
|
||||||
|
|
||||||
#. Access the StarlingX Horizon GUI by entering the OAM floating IP address in
|
#. 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.
|
Discover your OAM floating IP address with the :command:`system oam-show` command.
|
||||||
|
|
||||||
|
@ -19,7 +19,11 @@ from a browser.
|
|||||||
|
|
||||||
Access the Horizon in your browser at the address:
|
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.
|
Use the username **admin** and the sysadmin password to log in.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user