e9270c04321d4049816ed78c76c79fdd646fd825
[openstack-build/neutron-build.git] / devstack / lib / qos
1 function configure_qos_service_plugin {
2     _neutron_service_plugin_class_add "qos"
3 }
4
5
6 function configure_qos_core_plugin {
7     configure_qos_$Q_PLUGIN
8 }
9
10
11 function configure_qos_l2_agent {
12     plugin_agent_add_l2_agent_extension "qos"
13 }
14
15
16 function configure_qos {
17     configure_qos_service_plugin
18     configure_qos_core_plugin
19     configure_qos_l2_agent
20 }