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
This commit is contained in:
Lenny Verkhovsky 2019-05-05 10:50:06 +03:00
parent a3a1ce4c10
commit d007f2757a
1 changed files with 0 additions and 1 deletions

View File

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