Merge "Fix for delete error in Hyper-V - missing CONF imports"

This commit is contained in:
Jenkins
2013-03-08 23:13:08 +00:00
committed by Gerrit Code Review
+2
View File
@@ -175,6 +175,8 @@ CONF.import_opt('allow_resize_to_same_host', 'nova.compute.api')
CONF.import_opt('console_topic', 'nova.console.rpcapi')
CONF.import_opt('host', 'nova.netconf')
CONF.import_opt('my_ip', 'nova.netconf')
CONF.import_opt('vnc_enabled', 'nova.vnc')
CONF.import_opt('enabled', 'nova.spice', group='spice')
QUOTAS = quota.QUOTAS