Update nova vnc config options location
The nova vnc configuration options have moved from nova.vnc to nova.conf.vnc. Change-Id: I25f2ff5fc6e6c367ac4ccdc20bbc1afdb28d5631
This commit is contained in:
parent
a63c825b5b
commit
a339ce2faf
@ -20,7 +20,7 @@ CONF = cfg.CONF
|
||||
# Pull in the imports that nova-powervm uses so they are validated
|
||||
CONF.import_opt('host', 'nova.netconf')
|
||||
CONF.import_opt('my_ip', 'nova.netconf')
|
||||
CONF.import_opt('vncserver_proxyclient_address', 'nova.vnc', group='vnc')
|
||||
CONF.import_opt('vncserver_proxyclient_address', 'nova.conf.vnc', group='vnc')
|
||||
CONF.import_opt('vif_plugging_is_fatal', 'nova.virt.driver')
|
||||
CONF.import_opt('vif_plugging_timeout', 'nova.virt.driver')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user