Merge "Remove deprecated SR-IOV devstack file"

This commit is contained in:
Zuul 2019-05-04 17:49:12 +00:00 committed by Gerrit Code Review
commit a3a1ce4c10
2 changed files with 0 additions and 18 deletions

View File

@ -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,

View File

@ -1,3 +0,0 @@
function configure_ml2_sriovnicswitch {
:
}