Add documentation for unified limits

This adds documentation for unified limits and signals deprecation of
the nova.quota.DbQuotaDriver.

Related to blueprint unified-limits-nova-tool-and-docs

Change-Id: I3951317111396aa4df36c5700b4d4dd33e721a74
This commit is contained in:
melanie witt
2023-08-30 00:31:09 +00:00
parent 395501c876
commit 8f0817f078
9 changed files with 389 additions and 11 deletions
+2 -2
View File
@@ -180,7 +180,7 @@ Once you are running nova, the following information is extremely useful.
* :doc:`Flavors </user/flavors>`: What flavors are and why they are used.
* :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:`Quotas </user/unified-limits>`: Managing project quotas in nova.
* :doc:`Aggregates </admin/aggregates>`: Aggregates are a useful way of grouping
hosts together for scheduling purposes.
* :doc:`Scheduling </admin/scheduling>`: How the scheduler is
@@ -200,7 +200,7 @@ Once you are running nova, the following information is extremely useful.
admin/index
user/flavors
admin/upgrades
user/quotas
user/unified-limits
admin/vendordata
Reference Material