Skip to content

Commit e729976

Browse files
Add placement as default project in index webpage
Change-Id: I101ade5368fbdf108906e89e1c3ba03a46cd6f35
1 parent c8df154 commit e729976

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Profit!
114114
You now have a working DevStack! Congrats!
115115

116116
Your devstack will have installed ``keystone``, ``glance``, ``nova``,
117-
``cinder``, ``neutron``, and ``horizon``. Floating IPs will be
118-
available, guests have access to the external world.
117+
``placement``, ``cinder``, ``neutron``, and ``horizon``. Floating IPs
118+
will be available, guests have access to the external world.
119119

120120
You can access horizon to experience the web interface to
121121
OpenStack, and manage vms, networks, volumes, and images from

doc/source/overview.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Services
6464

6565
The default services configured by DevStack are Identity (keystone),
6666
Object Storage (swift), Image Service (glance), Block Storage
67-
(cinder), Compute (nova), Networking (neutron), Dashboard (horizon)
67+
(cinder), Compute (nova), Placement (placement),
68+
Networking (neutron), Dashboard (horizon).
6869

6970
Additional services not included directly in DevStack can be tied in to
7071
``stack.sh`` using the :doc:`plugin mechanism <plugins>` to call

0 commit comments

Comments
 (0)