summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-07-08 16:10:49 +0100
committerStephen Finucane <stephenfin@redhat.com>2021-08-17 13:49:18 +0100
commita7584ec1a5fd0737cb56eb2901aed667f0e49394 (patch)
tree3ebde71b829f9f40ecb7f159f43f4c39c7c9e749 /doc/source/index.rst
parent1ba2c1c55d7d11cca28cac6a4e269009cf8b5032 (diff)
downloadnova-a7584ec1a5fd0737cb56eb2901aed667f0e49394.tar.gz
docs: Add documentation on database migrations
Alembic does lots of new things. Provide docs for how to use this. We also improve upgrade docs slightly, removing references to ancient reviews that are no longer really helpful as well as calling out our N -> N+1 constraint. Change-Id: I3760b82ce3bd71aa0a760d7137d69dfa3f29dc1d Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 042884fc08..61a505695c 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -177,7 +177,7 @@ Once you are running nova, the following information is extremely useful.
* :doc:`Admin Guide </admin/index>`: A collection of guides for administrating
nova.
* :doc:`Flavors </user/flavors>`: What flavors are and why they are used.
-* :doc:`Upgrades </user/upgrade>`: How nova is designed to be upgraded for minimal
+* :doc:`Upgrades </admin/upgrades>`: How nova is designed to be upgraded for minimal
service impact, and the order you should do them in.
* :doc:`Quotas </user/quotas>`: Managing project quotas in nova.
* :doc:`Aggregates </admin/aggregates>`: Aggregates are a useful way of grouping
@@ -198,7 +198,7 @@ Once you are running nova, the following information is extremely useful.
admin/index
user/flavors
- user/upgrade
+ admin/upgrades
user/quotas
user/filter-scheduler
admin/vendordata