From: Mark McClain Date: Mon, 8 Jul 2013 17:01:57 +0000 (-0400) Subject: add notification_driver to compatibilty clean-up X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0aa5becc005166ecdfeacc288f124c8806d8b2f8;p=openstack-build%2Fneutron-build.git add notification_driver to compatibilty clean-up fixes bug: 1198917 Change-Id: Iab9bce87aee4d70204702533b1ff23e80ccdb53e --- diff --git a/neutron/common/legacy.py b/neutron/common/legacy.py index e4fa1971b..39bae31e3 100644 --- a/neutron/common/legacy.py +++ b/neutron/common/legacy.py @@ -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',