From e729976c82791c513feedd51c9c2c45d79b09f61 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Wed, 13 Feb 2019 15:04:02 +0900 Subject: [PATCH] Add placement as default project in index webpage Change-Id: I101ade5368fbdf108906e89e1c3ba03a46cd6f35 --- doc/source/index.rst | 4 ++-- doc/source/overview.rst | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 6c42a5b4e9..9186f6dba7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -114,8 +114,8 @@ Profit! You now have a working DevStack! Congrats! Your devstack will have installed ``keystone``, ``glance``, ``nova``, -``cinder``, ``neutron``, and ``horizon``. Floating IPs will be -available, guests have access to the external world. +``placement``, ``cinder``, ``neutron``, and ``horizon``. Floating IPs +will be available, guests have access to the external world. You can access horizon to experience the web interface to OpenStack, and manage vms, networks, volumes, and images from diff --git a/doc/source/overview.rst b/doc/source/overview.rst index 2479cd0bc8..a609333289 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -64,7 +64,8 @@ Services The default services configured by DevStack are Identity (keystone), Object Storage (swift), Image Service (glance), Block Storage -(cinder), Compute (nova), Networking (neutron), Dashboard (horizon) +(cinder), Compute (nova), Placement (placement), +Networking (neutron), Dashboard (horizon). Additional services not included directly in DevStack can be tied in to ``stack.sh`` using the :doc:`plugin mechanism ` to call