summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorSlawek Kaplonski <skaplons@redhat.com>2021-12-08 22:13:53 +0100
committerSlawek Kaplonski <skaplons@redhat.com>2022-01-19 08:10:39 +0000
commit61d23fbe98c460774c7accd1d1419b27d3feb447 (patch)
tree8af99ffeead93d0643f9440e3b5161946af3a99a /devstack
parentddf0568f39eea99ee6a415dc7592cb5681f060c4 (diff)
downloadneutron-61d23fbe98c460774c7accd1d1419b27d3feb447.tar.gz
Remove installation of the ovs from the source in Devstack plugin
It is now moved to the Devstack repository so we don't need to keep it in Neutron's Devstack plugin. Depends-On: https://review.opendev.org/c/openstack/devstack/+/799621 Change-Id: Ic0d223a1da05a981077f2ec647df05c894d12790
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 7d51ad0e3b..bc7491bdb6 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -34,13 +34,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