From 3f1a89c7dd34c53d5bc9f1190e48ac3a9320bc70 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Wed, 2 Oct 2019 18:21:38 +0200 Subject: [PATCH] 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 (cherry picked from commit dbd03867118ee059b39be7677b8881b0f1a0b9c8) --- doc/source/install/install-obs.rst | 9 +++++++-- doc/source/install/install-rdo.rst | 9 +++++++-- doc/source/install/install-ubuntu.rst | 9 +++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst index 99b9a7c40..c186cf18a 100644 --- a/doc/source/install/install-obs.rst +++ b/doc/source/install/install-obs.rst @@ -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 diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index d71d8e65d..2cc27067f 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -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 diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 15cf258e6..c380c1106 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -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