From 58159470bf23b58ec6fb83f21ef92201a762025e Mon Sep 17 00:00:00 2001 From: Harshavardhan Metla Date: Tue, 12 May 2020 00:47:23 +0530 Subject: [PATCH] [Nova] Add reference to Placement installation guide Placement service has to be installed and configured with user and endpoints before Nova installation. But in stein release it is not mentioned in the prerequisites of Nova. Added reference to Placement installation guide in the prerequisites section of nova installation guide. Change-Id: I6af43a24dc5b3575016f092268d98cc720249d93 Closes-Bug: #1829032 --- doc/source/install/controller-install-obs.rst | 6 ++++++ doc/source/install/controller-install-rdo.rst | 6 ++++++ doc/source/install/controller-install-ubuntu.rst | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index 1bc082685b23..18499612c3e4 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -159,6 +159,12 @@ databases, service credentials, and API endpoints. | url | http://controller:8774/v2.1 | +--------------+-------------------------------------------+ +#. Install Placement service and configure user and endpoints: + + * Refer to the :placement-doc:`Placement service install guide + ` + for more information. + Install and configure components -------------------------------- diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index 321c97eb5ff8..fd2419631ec9 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -159,6 +159,12 @@ databases, service credentials, and API endpoints. | url | http://controller:8774/v2.1 | +--------------+-------------------------------------------+ +#. Install Placement service and configure user and endpoints: + + * Refer to the :placement-doc:`Placement service install guide + ` + for more information. + Install and configure components -------------------------------- diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 298615809faa..7282b0b2e22e 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -159,6 +159,12 @@ databases, service credentials, and API endpoints. | url | http://controller:8774/v2.1 | +--------------+-------------------------------------------+ +#. Install Placement service and configure user and endpoints: + + * Refer to the :placement-doc:`Placement service install guide + ` + for more information. + Install and configure components --------------------------------