Add Placement service to Minimal deployment for Stein

Placement service installation is removed in nova installation since Stein.
This patch adds Placement service to Minimal deployment for Stein.

Change-Id: Ia91d2abe303ce18f9eb392ca4db2be64df79e1d6
Closes-Bug: #1831822
This commit is contained in:
Hidekazu Nakamura 2019-06-06 02:24:28 +00:00
parent 1e0e60eec3
commit 4b01c6cba0
8 changed files with 3178 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 125 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 128 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -25,6 +25,8 @@ in the order specified below:
<https://docs.openstack.org/keystone/stein/install/>`_
* Image service `glance installation for Stein
<https://docs.openstack.org/glance/stein/install/>`_
* Placement service `placement installation for Stein
<https://docs.openstack.org/placement/stein/install/>`_
* Compute service `nova installation for Stein
<https://docs.openstack.org/nova/stein/install/>`_
* Networking service `neutron installation for Stein

View File

@ -86,11 +86,11 @@ and
Controller
----------
The controller node runs the Identity service, Image service, management
portions of Compute, management portion of Networking, various Networking
agents, and the Dashboard. It also includes supporting services such as
an SQL database, :term:`message queue`, and :term:`NTP <Network Time Protocol
(NTP)>`.
The controller node runs the Identity service, Image service, Placement
service, management portions of Compute, management portion of Networking,
various Networking agents, and the Dashboard. It also includes supporting
services such as an SQL database, :term:`message queue`, and
:term:`NTP <Network Time Protocol (NTP)>`.
Optionally, the controller node runs portions of the Block Storage, Object
Storage, Orchestration, and Telemetry services.