Remove proc_units_factor from nova-powervm conf

The proc_units_factor conf option is now in nova [1]. It is no longer
needed in nova-powervm.

[1] https://review.openstack.org/#/c/554688/

Change-Id: I6720ae79793c92e5f089dc4f821b0285c360dc55
This commit is contained in:
esberglu 2018-04-04 13:19:48 -05:00 committed by Eric Fried
parent 70d20e79d9
commit 5100bf00e4
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ powervm_group = cfg.OptGroup(
powervm_opts = [
cfg.FloatOpt('proc_units_factor',
default=0.1,
help='Factor used to calculate the processor units per vcpu. '
'Valid values are: 0.05 - 1.0'),
cfg.IntOpt('uncapped_proc_weight',
default=64, min=1, max=255,
help='The processor weight to assign to newly created VMs. '