Merge "Removing unused "configure_ml2" function leftover."

This commit is contained in:
Zuul 2019-05-05 23:07:20 +00:00 committed by Gerrit Code Review
commit 35031323f9
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