Add placement as default project in index webpage

Change-Id: I101ade5368fbdf108906e89e1c3ba03a46cd6f35
This commit is contained in:
Nguyen Hai 2019-02-13 15:04:02 +09:00
parent c8df15484d
commit e729976c82
2 changed files with 4 additions and 3 deletions

View File

@ -114,8 +114,8 @@ Profit!
You now have a working DevStack! Congrats! You now have a working DevStack! Congrats!
Your devstack will have installed ``keystone``, ``glance``, ``nova``, Your devstack will have installed ``keystone``, ``glance``, ``nova``,
``cinder``, ``neutron``, and ``horizon``. Floating IPs will be ``placement``, ``cinder``, ``neutron``, and ``horizon``. Floating IPs
available, guests have access to the external world. will be available, guests have access to the external world.
You can access horizon to experience the web interface to You can access horizon to experience the web interface to
OpenStack, and manage vms, networks, volumes, and images from OpenStack, and manage vms, networks, volumes, and images from

View File

@ -64,7 +64,8 @@ Services
The default services configured by DevStack are Identity (keystone), The default services configured by DevStack are Identity (keystone),
Object Storage (swift), Image Service (glance), Block Storage 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 Additional services not included directly in DevStack can be tied in to
``stack.sh`` using the :doc:`plugin mechanism <plugins>` to call ``stack.sh`` using the :doc:`plugin mechanism <plugins>` to call