summaryrefslogtreecommitdiff
path: root/nova/conf
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-12-10 15:22:51 +0000
committerGerrit Code Review <review@openstack.org>2018-12-10 15:22:51 +0000
commit08d617084e5aa69ada0898d674022621d130aef3 (patch)
tree1a4ce437798ff9642e9f54bf8e683696a8ef9c9c /nova/conf
parentae3064b7a820ea02f7fc8a1aa4a41f35a06534f1 (diff)
parent3c50711249549a0abf84d0c0e26a3f3aae4928c4 (diff)
downloadnova-08d617084e5aa69ada0898d674022621d130aef3.tar.gz
Merge "Add docs for (initial) allocation ratio configuration"
Diffstat (limited to 'nova/conf')
-rw-r--r--nova/conf/compute.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/nova/conf/compute.py b/nova/conf/compute.py
index f2b2e61aab..d12ae449f1 100644
--- a/nova/conf/compute.py
+++ b/nova/conf/compute.py
@@ -486,6 +486,9 @@ ratio.
This is only used when initially creating the ``computes_nodes`` table record
for a given nova-compute service.
+See https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html
+for more details and usage scenarios.
+
Related options:
* ``cpu_allocation_ratio``
@@ -500,6 +503,9 @@ ratio.
This is only used when initially creating the ``computes_nodes`` table record
for a given nova-compute service.
+See https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html
+for more details and usage scenarios.
+
Related options:
* ``ram_allocation_ratio``
@@ -514,6 +520,9 @@ ratio.
This is only used when initially creating the ``computes_nodes`` table record
for a given nova-compute service.
+See https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html
+for more details and usage scenarios.
+
Related options:
* ``disk_allocation_ratio``