summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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