Merge "PowerVM: Add proc_units_factor conf option"

This commit is contained in:
Zuul 2018-04-11 03:21:16 +00:00 committed by Gerrit Code Review
commit 0d7b1fb13c

View File

@ -51,6 +51,7 @@ from nova.conf import osapi_v21
from nova.conf import paths
from nova.conf import pci
from nova.conf import placement
from nova.conf import powervm
from nova.conf import quota
from nova.conf import rdp
from nova.conf import remote_debug
@ -103,6 +104,7 @@ osapi_v21.register_opts(CONF)
paths.register_opts(CONF)
pci.register_opts(CONF)
placement.register_opts(CONF)
powervm.register_opts(CONF)
quota.register_opts(CONF)
rdp.register_opts(CONF)
scheduler.register_opts(CONF)