diff --git a/nova/conf/__init__.py b/nova/conf/__init__.py index 309621c51..377435add 100644 --- a/nova/conf/__init__.py +++ b/nova/conf/__init__.py @@ -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)