adopt changes of netconf

patch d619ad6ba15df1cf7dc92ddf84d1c65af018682f
Centralize netconf options, we need to adopt those
changes.

Change-Id: I73cb30ac9b16b6cc30fc70fa23dbbd843258d7fb
This commit is contained in:
jichenjc 2016-04-25 23:41:55 +08:00
parent 7e3fdd0ed0
commit 0b5e815418
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ CONF = cfg.CONF
CONF.register_opts(zvm_opts)
CONF.register_opts(zvm_user_opts)
CONF.register_opts(zvm_image_opts)
CONF.import_opt('host', 'nova.netconf')
CONF.import_opt('my_ip', 'nova.netconf')
CONF.import_opt('host', 'nova.conf')
CONF.import_opt('my_ip', 'nova.conf')
CONF.import_opt('default_ephemeral_format', 'nova.virt.driver')
ZVMInstance = zvminstance.ZVMInstance