]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
add notification_driver to compatibilty clean-up
authorMark McClain <mark.mcclain@dreamhost.com>
Mon, 8 Jul 2013 17:01:57 +0000 (13:01 -0400)
committerMark McClain <mark.mcclain@dreamhost.com>
Mon, 8 Jul 2013 17:06:25 +0000 (13:06 -0400)
fixes bug: 1198917

Change-Id: Iab9bce87aee4d70204702533b1ff23e80ccdb53e

neutron/common/legacy.py

index e4fa1971b9ab0f4756518d5f5976d74b1ef714df..39bae31e3132eb41c33aef3c14b06415d43ba4fd 100644 (file)
@@ -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',