Merge "devstack: use neutron_service_plugin_class_add for service plugins"
This commit is contained in:
commit
ec97d258d4
@ -4,5 +4,5 @@
|
||||
FLAVORS_PLUGIN=flavors
|
||||
|
||||
function configure_flavors {
|
||||
_neutron_service_plugin_class_add $FLAVORS_PLUGIN
|
||||
neutron_service_plugin_class_add $FLAVORS_PLUGIN
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
function configure_qos_service_plugin {
|
||||
_neutron_service_plugin_class_add "qos"
|
||||
neutron_service_plugin_class_add "qos"
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
function configure_trunk_service_plugin {
|
||||
_neutron_service_plugin_class_add "trunk"
|
||||
neutron_service_plugin_class_add "trunk"
|
||||
}
|
||||
|
||||
function configure_trunk_extension {
|
||||
|
Loading…
Reference in New Issue
Block a user