diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/installation/installation.instruction.rst | 2 | ||||
-rw-r--r-- | docs/release/userguide/userguide.rst | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index 5c0d715a8..1f5279e0e 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -424,7 +424,7 @@ Examples -S /home/jenkins/tmpdir |& tee deploy.log Once the deployment is complete, the OpenStack Dashboard, Horizon is - available at http://<controller VIP>:8078, e.g. http://10.16.0.101:8078. + available at http://<controller VIP>:8078, e.g. http://10.16.0.11:8078. The administrator credentials are **admin** / **opnfv_secret**. #. Baremetal deploy diff --git a/docs/release/userguide/userguide.rst b/docs/release/userguide/userguide.rst index 2b46a84ac..6ea923267 100644 --- a/docs/release/userguide/userguide.rst +++ b/docs/release/userguide/userguide.rst @@ -229,7 +229,7 @@ Openstack credentials are at */root/keystonercv3*. +--------------------------------------+-----------------------------------------------+--------+ -The OpenStack Dashboard, Horizon is available at http://<controller VIP>:8078, e.g. http://10.16.0.101:8078. +The OpenStack Dashboard, Horizon is available at http://<controller VIP>:8078, e.g. http://10.16.0.11:8078. The administrator credentials are *admin*/*opnfv_secret*. .. figure:: img/horizon_login.png @@ -244,13 +244,13 @@ For Virtual deploys, the most commonly used IPs are in the table below. +-----------+--------------+---------------+ | Component | IP | Default value | +===========+==============+===============+ -| gtw01 | x.y.z.110 | 172.16.10.110 | +| gtw01 | x.y.z.124 | 172.16.10.124 | +-----------+--------------+---------------+ -| ctl01 | x.y.z.100 | 172.16.10.100 | +| ctl01 | x.y.z.11 | 172.16.10.11 | +-----------+--------------+---------------+ -| cmp001 | x.y.z.105 | 172.16.10.105 | +| cmp001 | x.y.z.101 | 172.16.10.101 | +-----------+--------------+---------------+ -| cmp002 | x.y.z.106 | 172.16.10.106 | +| cmp002 | x.y.z.102 | 172.16.10.102 | +-----------+--------------+---------------+ |