From 5d536b0d3ac7586c159c54df686898f728286c39 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 26 Nov 2018 15:56:58 -0500 Subject: [PATCH] Remove ironic/pike note from *_allocation_ratio help The note in the cpu/ram/disk allocation ratio config option help was referring to commit e7840cdf1 from Pike when the ironic driver reported allocation_ratio=1.0 for VCPU/MEMORY_MB/DISK_GB resource inventory. That code was removed in commit a985e34cd so we can remove the related note from the config option help as it no longer applies. Change-Id: Ifd9dba0c24fde25d54761077c1374313019af1d8 --- nova/conf/compute.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nova/conf/compute.py b/nova/conf/compute.py index 9a404a6f21..47262576fd 100644 --- a/nova/conf/compute.py +++ b/nova/conf/compute.py @@ -401,9 +401,6 @@ and defaulted to 16.0. Once set to a non-default value, it is not possible to "unset" the config to get back to the default behavior. If you want to reset back to the default, explicitly specify 16.0. -NOTE: As of the 16.0.0 Pike release, this configuration option is ignored -for the ironic.IronicDriver compute driver and is hardcoded to 1.0. - Possible values: * Any valid positive integer or float value @@ -430,9 +427,6 @@ defaulted to 1.5. Once set to a non-default value, it is not possible to "unset" the config to get back to the default behavior. If you want to reset back to the default, explicitly specify 1.5. -NOTE: As of the 16.0.0 Pike release, this configuration option is ignored -for the ironic.IronicDriver compute driver and is hardcoded to 1.0. - Possible values: * Any valid positive integer or float value @@ -463,9 +457,6 @@ defaulted to 1.0. Once set to a non-default value, it is not possible to "unset" the config to get back to the default behavior. If you want to reset back to the default, explicitly specify 1.0. -NOTE: As of the 16.0.0 Pike release, this configuration option is ignored -for the ironic.IronicDriver compute driver and is hardcoded to 1.0. - Possible values: * Any valid positive integer or float value