Merge "Add qos section to ovs agent config" into feature/qos

This commit is contained in:
Jenkins 2015-07-16 09:24:46 +00:00 committed by Gerrit Code Review
commit 3fda6195b2
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ neutron.ipam_drivers =
internal = neutron.ipam.drivers.neutrondb_ipam.driver:NeutronDbPool
neutron.agent.l2.extensions =
qos = neutron.agent.l2.extensions.qos_agent:QosAgentExtension
neutron.qos.agent_drivers =
ovs = neutron.plugins.ml2.drivers.openvswitch.agent.extension_drivers.qos_driver:QosOVSAgentDriver
# These are for backwards compat with Icehouse notification_driver configuration values
oslo.messaging.notify.drivers =
neutron.openstack.common.notifier.log_notifier = oslo_messaging.notify._impl_log:LogDriver