Merge "Remove deprecated SR-IOV devstack file"
This commit is contained in:
commit
a3a1ce4c10
@ -1,23 +1,8 @@
|
||||
source $LIBDIR/ml2_drivers/sriovnicswitch
|
||||
|
||||
|
||||
function configure_qos_ml2 {
|
||||
neutron_ml2_extension_driver_add "qos"
|
||||
}
|
||||
|
||||
|
||||
function configure_ml2 {
|
||||
OIFS=$IFS;
|
||||
IFS=",";
|
||||
mechanism_drivers_array=($Q_ML2_PLUGIN_MECHANISM_DRIVERS);
|
||||
IFS=$OIFS;
|
||||
for mechanism_driver in "${mechanism_drivers_array[@]}"; do
|
||||
if [ "$(type -t configure_ml2_$mechanism_driver)" = function ]; then
|
||||
configure_ml2_$mechanism_driver
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
function configure_ml2_extension_drivers {
|
||||
if is_neutron_legacy_enabled; then
|
||||
# NOTE(yamamoto): This overwrites what neutron-legacy set,
|
||||
|
@ -1,3 +0,0 @@
|
||||
function configure_ml2_sriovnicswitch {
|
||||
:
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user