Skip to content

Commit

Permalink
add notification_driver to compatibilty clean-up
Browse files Browse the repository at this point in the history
fixes bug: 1198917

Change-Id: Iab9bce87aee4d70204702533b1ff23e80ccdb53e
  • Loading branch information
markmcclain committed Jul 8, 2013
1 parent 93efc1d commit 0aa5bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neutron/common/legacy.py
Expand Up @@ -66,12 +66,14 @@ def override_config(config, config_keys=None):
def modernize_quantum_config(config):
"""Updates keys from old Quantum configurations for Neutron."""
config_keys = [
'allowed_rpc_exception_modules',
'core_plugin',
'device_driver',
'dhcp_driver',
'driver_fqn',
'interface_driver',
'network_scheduler_driver',
'notification_driver',
'router_scheduler_driver',
'rpc_backend',
'service_plugins',
Expand Down

0 comments on commit 0aa5bec

Please sign in to comment.