Merge "Add the ability to load a set of service plugins on startup"

This commit is contained in:
Jenkins 2016-02-11 02:07:01 +00:00 committed by Gerrit Code Review
commit dbe49ce353
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ neutron.service_plugins =
neutron.services.vpn.plugin.VPNDriverPlugin = neutron_vpnaas.services.vpn.plugin:VPNDriverPlugin
qos = neutron.services.qos.qos_plugin:QoSPlugin
flavors = neutron.services.flavors.flavors_plugin:FlavorsPlugin
auto_allocate = neutron.services.auto_allocate.plugin:Plugin
neutron.qos.notification_drivers =
message_queue = neutron.services.qos.notification_drivers.message_queue:RpcQosServiceNotificationDriver
neutron.ml2.type_drivers =