From d007f2757a04024cc6a5eecb2d49fb24b63da43e Mon Sep 17 00:00:00 2001 From: Lenny Verkhovsky Date: Sun, 5 May 2019 10:50:06 +0300 Subject: [PATCH] Removing unused "configure_ml2" function leftover. The function "configure_ml2" [1] was removed in [2] commit. [1]https://opendev.org/openstack/neutron/src/branch/stable/stein/devstack/lib/ml2#L9 [2]https://review.opendev.org/#/q/I835a30244c505876c1b686ceb8c32b340c12b460 Change-Id: I00fc2d2609070a8ab27cbd0892e0b1f871f782d0 --- devstack/plugin.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index bd9e93ea859..311a9a210ac 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -69,7 +69,6 @@ if [[ "$1" == "stack" ]]; then #Therefore we create new service, q-sriov-agt, and the # q-agt/neutron-agent should be OVS or linux bridge. if is_service_enabled q-sriov-agt neutron-sriov-agent; then - configure_$NEUTRON_CORE_PLUGIN configure_l2_agent configure_l2_agent_sriovnicswitch fi