summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-10-30 10:13:24 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-11-26 05:39:56 +0000
commit7dd7d9a5fa4cbd5d867451e82bd0a7226236f59e (patch)
tree7735f72e60eabef5e9338b9132447bd978341106 /doc/source/index.rst
parent594c653dc1a312d0364ad24c703e1a9b228133e1 (diff)
downloadnova-7dd7d9a5fa4cbd5d867451e82bd0a7226236f59e.tar.gz
Use links to placement docs in nova docs
Placement documents have been published since I667387ec262680af899a628520c107fa0d4eec24. So use links to placement documents https://docs.openstack.org/placement/latest/ in nova documents. Change-Id: I218a6d11fea934e8991e41b4b36203c6ba3e3dbf
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 5480d08b48..ead20c4601 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -81,7 +81,7 @@ resources will help you get started with consuming the API directly.
* `Placement API Reference <https://developer.openstack.org/api-ref/placement/>`_:
The complete reference for the placement API, including all methods and
request / response parameters and their meaning.
-* :ref:`Placement API Microversion History <placement-api-microversion-history>`:
+* :placement-doc:`Placement API Microversion History <#rest-api-version-history>`:
The placement API evolves over time through `Microversions
<https://developer.openstack.org/api-guide/compute/microversions.html>`_. This
provides the history of all those changes. Consider it a "what's new" in the
@@ -142,8 +142,8 @@ the defaults from the :doc:`install guide </install/index>` will be sufficient.
* :doc:`Cells v2 Planning </user/cellsv2-layout>`: For large deployments, Cells v2
allows sharding of your compute environment. Upfront planning is key to a
successful Cells v2 layout.
-* :doc:`Placement service </user/placement>`: Overview of the placement
- service, including how it fits in with the rest of nova.
+* :placement-doc:`Placement service <>`: Overview of the placement service,
+ including how it fits in with the rest of nova.
* :doc:`Running nova-api on wsgi <user/wsgi>`: Considerations for using a real
WSGI container instead of the baked-in eventlet web server.
@@ -215,7 +215,6 @@ looking parts of our architecture. These are collected below.
contributor/code-review
contributor/documentation
contributor/microversions
- contributor/placement.rst
contributor/policies.rst
contributor/releasenotes
contributor/testing
@@ -254,7 +253,6 @@ looking parts of our architecture. These are collected below.
user/filter-scheduler
user/flavors
user/manage-ip-addresses
- user/placement
user/quotas
user/support-matrix
user/upgrade