diff options
Diffstat (limited to 'nova/conf')
-rw-r--r-- | nova/conf/compute.py | 9 |
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`` |