Fix domain name in install doc
Based on the keystone install docs [1][2][3] the domain created by the bootstrap is named 'Default' (with the id 'default'). This patch fixes the placement install docs accordingly. [1] https://docs.openstack.org/keystone/stein/install/keystone-install-obs.html#finalize-the-installation [2] https://docs.openstack.org/keystone/stein/install/keystone-install-rdo.html#finalize-the-installation [3] https://docs.openstack.org/keystone/stein/install/keystone-install-ubuntu.html#finalize-the-installation Story: #2006652 Task: #36894 Change-Id: Ia2a4b982d6146a275f433a73b6a8a13acab1e00a
This commit is contained in:
parent
c6fb9c30cc
commit
dbd0386711
@ -96,8 +96,8 @@ Install and configure components
|
||||
auth_url = http://controller:5000/v3
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_name = Default
|
||||
user_domain_name = Default
|
||||
project_name = service
|
||||
username = placement
|
||||
password = PLACEMENT_PASS
|
||||
@ -110,6 +110,11 @@ Install and configure components
|
||||
Comment out or remove any other options in the ``[keystone_authtoken]``
|
||||
section.
|
||||
|
||||
.. note::
|
||||
|
||||
The value of ``user_name``, ``password``, ``project_domain_name`` and
|
||||
``user_domain_name`` need to be in sync with your keystone config.
|
||||
|
||||
#. Populate the ``placement`` database:
|
||||
|
||||
.. code-block:: console
|
||||
|
@ -87,8 +87,8 @@ Install and configure components
|
||||
auth_url = http://controller:5000/v3
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_name = Default
|
||||
user_domain_name = Default
|
||||
project_name = service
|
||||
username = placement
|
||||
password = PLACEMENT_PASS
|
||||
@ -101,6 +101,11 @@ Install and configure components
|
||||
Comment out or remove any other options in the ``[keystone_authtoken]``
|
||||
section.
|
||||
|
||||
.. note::
|
||||
|
||||
The value of ``user_name``, ``password``, ``project_domain_name`` and
|
||||
``user_domain_name`` need to be in sync with your keystone config.
|
||||
|
||||
#. Populate the ``placement`` database:
|
||||
|
||||
.. code-block:: console
|
||||
|
@ -87,8 +87,8 @@ Install and configure components
|
||||
auth_url = http://controller:5000/v3
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_name = Default
|
||||
user_domain_name = Default
|
||||
project_name = service
|
||||
username = placement
|
||||
password = PLACEMENT_PASS
|
||||
@ -101,6 +101,11 @@ Install and configure components
|
||||
Comment out or remove any other options in the ``[keystone_authtoken]``
|
||||
section.
|
||||
|
||||
.. note::
|
||||
|
||||
The value of ``user_name``, ``password``, ``project_domain_name`` and
|
||||
``user_domain_name`` need to be in sync with your keystone config.
|
||||
|
||||
#. Populate the ``placement`` database:
|
||||
|
||||
.. code-block:: console
|
||||
|
Loading…
Reference in New Issue
Block a user