add notification_driver to compatibilty clean-up

fixes bug: 1198917

Change-Id: Iab9bce87aee4d70204702533b1ff23e80ccdb53e
This commit is contained in:
Mark McClain 2013-07-08 13:01:57 -04:00
parent 93efc1dd78
commit 0aa5becc00

View File

@ -66,12 +66,14 @@ def override_config(config, config_keys=None):
def modernize_quantum_config(config): def modernize_quantum_config(config):
"""Updates keys from old Quantum configurations for Neutron.""" """Updates keys from old Quantum configurations for Neutron."""
config_keys = [ config_keys = [
'allowed_rpc_exception_modules',
'core_plugin', 'core_plugin',
'device_driver', 'device_driver',
'dhcp_driver', 'dhcp_driver',
'driver_fqn', 'driver_fqn',
'interface_driver', 'interface_driver',
'network_scheduler_driver', 'network_scheduler_driver',
'notification_driver',
'router_scheduler_driver', 'router_scheduler_driver',
'rpc_backend', 'rpc_backend',
'service_plugins', 'service_plugins',