Merge "Remove installation of the ovs from the source in Devstack plugin"

This commit is contained in:
Zuul 2022-01-19 19:30:16 +00:00 committed by Gerrit Code Review
commit 842b38c87d

View File

@ -35,13 +35,6 @@ fi
if [[ "$1" == "stack" ]]; then
case "$2" in
install)
if [[ "$NEUTRON_AGENT" == "openvswitch" ]] && \
[[ "$Q_BUILD_OVS_FROM_GIT" == "True" ]]; then
remove_ovs_packages
compile_ovs False /usr /var
load_conntrack_gre_module
start_new_ovs
fi
;;
post-config)
if is_service_enabled neutron-tag-ports-during-bulk-creation; then