summaryrefslogtreecommitdiff
path: root/scripts/redstack.rc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/redstack.rc')
-rw-r--r--scripts/redstack.rc7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/redstack.rc b/scripts/redstack.rc
index 4207d28..b4036ba 100644
--- a/scripts/redstack.rc
+++ b/scripts/redstack.rc
@@ -11,7 +11,12 @@
REGION_NAME=${REGION_NAME:-${OS_REGION_NAME:-RegionOne}}
# Enable neutron instead of nova-network
-NEUTRON_DEFAULT=true
+# Note: Until a few key changesets land, we can't enable Neutron properly.
+# See: https://review.openstack.org/#/c/356026
+# https://review.openstack.org/#/c/356763
+# https://review.openstack.org/#/c/356701
+# NEUTRON_DEFAULT=true
+NEUTRON_DEFAULT=false
if [[ $BRANCH_OVERRIDE == "stable/liberty" || $BRANCH_OVERRIDE == "stable/mitaka" ]]; then
NEUTRON_DEFAULT=false
fi