Browse code

Merge "Add placement as default project in index webpage"

Zuul authored on 2019/02/18 02:42:13
Showing 2 changed files
... ...
@@ -114,8 +114,8 @@ Profit!
114 114
 You now have a working DevStack! Congrats!
115 115
 
116 116
 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.
119 119
 
120 120
 You can access horizon to experience the web interface to
121 121
 OpenStack, and manage vms, networks, volumes, and images from
... ...
@@ -64,7 +64,8 @@ Services
64 64
 
65 65
 The default services configured by DevStack are Identity (keystone),
66 66
 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).
68 69
 
69 70
 Additional services not included directly in DevStack can be tied in to
70 71
 ``stack.sh`` using the :doc:`plugin mechanism <plugins>` to call