[doc] Be even more explicit about lb_vip_address

Add in several places in doc mentions that lb_vip_address can also be
an FQDN, not necessarily an IP

Closes-Bug: #1971175
Change-Id: I812674728990fcbfb234db403c8ea5d4eefb6354
This commit is contained in:
Dmitriy Rabotyagov 2022-05-17 16:51:35 +02:00
parent d9636762e2
commit 9bce86e4a3
3 changed files with 9 additions and 7 deletions

View File

@ -63,8 +63,9 @@ Verifying the Dashboard (horizon)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#. With a web browser, access the Dashboard by using the external load #. With a web browser, access the Dashboard by using the external load
balancer IP address defined by the ``external_lb_vip_address`` option balancer domain name or IP address defined by the
in the ``/etc/openstack_deploy/openstack_user_config.yml`` file. The ``external_lb_vip_address`` option in the
``/etc/openstack_deploy/openstack_user_config.yml`` file. The
Dashboard uses HTTPS on port 443. Dashboard uses HTTPS on port 443.
#. Authenticate by using the ``admin`` user name and the password defined by #. Authenticate by using the ``admin`` user name and the password defined by

View File

@ -45,9 +45,10 @@ the OpenStack API and dashboard, as an administrator.
+----------------------------------+--------------------+ +----------------------------------+--------------------+
#. With a web browser, access the Dashboard using the external load #. With a web browser, access the Dashboard using the external load
balancer IP address. This is defined by the ``external_lb_vip_address`` balancer domain name or IP address. This is defined by the
option in the ``/etc/openstack_deploy/openstack_user_config.yml`` ``external_lb_vip_address`` option in the
file. The dashboard uses HTTPS on port 443. ``/etc/openstack_deploy/openstack_user_config.yml`` file.
The dashboard uses HTTPS on port 443.
#. Authenticate using the username ``admin`` and password defined by #. Authenticate using the username ``admin`` and password defined by
the ``keystone_auth_admin_password`` option in the the ``keystone_auth_admin_password`` option in the

View File

@ -102,7 +102,7 @@
# a mechanism to override other options defined in the playbook structure. # a mechanism to override other options defined in the playbook structure.
# #
# Option: internal_lb_vip_address (required, string) # Option: internal_lb_vip_address (required, string)
# Load balancer VIP for the following items: # Load balancer VIP (or valid FQDN) for the following items:
# #
# - Local package repository # - Local package repository
# - Galera SQL database cluster # - Galera SQL database cluster
@ -113,7 +113,7 @@
# - Instance metadata # - Instance metadata
# #
# Option: external_lb_vip_address (required, string) # Option: external_lb_vip_address (required, string)
# Load balancer VIP for the following items: # Load balancer VIP (or valid FQDN) for the following items:
# #
# - Public API endpoints for all OpenStack services # - Public API endpoints for all OpenStack services
# - Horizon # - Horizon