Skip to content

Commit e905a69

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update nova docs front page for placement removal"
2 parents 34e595f + 547cd3b commit e905a69

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

doc/source/index.rst

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ It requires the following additional OpenStack services for basic function:
3636
compute instances launch from glance images.
3737
* :neutron-doc:`Neutron <>`: This is responsible for provisioning the virtual
3838
or physical networks that compute instances connect to on boot.
39+
* :placement-doc:`Placement <>`: This is responsible for tracking inventory of
40+
resources available in a cloud and assisting in choosing which provider of
41+
those resources will be used when creating a virtual machine.
3942

4043
It can also integrate with other services to include: persistent block
4144
storage, encrypted disks, and baremetal compute instances.
@@ -78,15 +81,6 @@ resources will help you get started with consuming the API directly.
7881
<https://developer.openstack.org/api-guide/compute/microversions.html>`_. This
7982
provides the history of all those changes. Consider it a "what's new" in the
8083
compute API.
81-
* `Placement API Reference <https://developer.openstack.org/api-ref/placement/>`_:
82-
The complete reference for the placement API, including all methods and
83-
request / response parameters and their meaning.
84-
* :placement-doc:`Placement API Microversion History
85-
<placement-api-microversion-history>`:
86-
The placement API evolves over time through `Microversions
87-
<https://developer.openstack.org/api-guide/compute/microversions.html>`_. This
88-
provides the history of all those changes. Consider it a "what's new" in the
89-
placement API.
9084
* :doc:`Block Device Mapping </user/block-device-mapping>`: One of the trickier
9185
parts to understand is the Block Device Mapping parameters used to connect
9286
specific block devices to computes. This deserves its own deep dive.
@@ -114,8 +108,9 @@ Installation
114108
115109
The detailed install guide for nova. A functioning nova will also require
116110
having installed :keystone-doc:`keystone <install/>`, :glance-doc:`glance
117-
<install/>`, and :neutron-doc:`neutron <install/>`. Ensure that you follow
118-
their install guides first.
111+
<install/>`, :neutron-doc:`neutron <install/>`, and
112+
:placement-doc:`placement <install/>`. Ensure that you follow their install
113+
guides first.
119114

120115
.. toctree::
121116
:maxdepth: 2
@@ -143,8 +138,6 @@ the defaults from the :doc:`install guide </install/index>` will be sufficient.
143138
* :doc:`Cells v2 Planning </user/cellsv2-layout>`: For large deployments, Cells v2
144139
allows sharding of your compute environment. Upfront planning is key to a
145140
successful Cells v2 layout.
146-
* :placement-doc:`Placement service <>`: Overview of the placement service,
147-
including how it fits in with the rest of nova.
148141
* :doc:`Running nova-api on wsgi <user/wsgi>`: Considerations for using a real
149142
WSGI container instead of the baked-in eventlet web server.
150143

0 commit comments

Comments
 (0)