summaryrefslogtreecommitdiff
path: root/scripts/redstack.rc
diff options
context:
space:
mode:
authorPeter Stachowski <peter@tesora.com>2016-08-23 16:41:28 +0000
committerPeter Stachowski <peter@tesora.com>2016-08-25 19:43:34 +0000
commitc637e5ffc2a29dabbf17decb70f6b3a05ab4b8ae (patch)
tree4ac7e20f6d463ca925a70aba3eb33cd9f0bbf989 /scripts/redstack.rc
parent405a3b5452d9491afa465bce70ca29c4ca09a835 (diff)
downloadtrove-integration-c637e5ffc2a29dabbf17decb70f6b3a05ab4b8ae.tar.gz
Turn off Neutron until supporting changes land
There are a number of changesets that need to be merged before Trove can use Neutron successfully. Since two of these are in devstack we'll need to wait to see if they are willing to accept the changes before we can start using it by default. See: https://review.openstack.org/#/c/356026 https://review.openstack.org/#/c/356763 https://review.openstack.org/#/c/356701 Note that the 2nd changeset (devstack) could be rolled into the Trove plugin (3rd changeset) by copying the relevant functions (not ideal, but doable) however the 1st changeset (devstack) is fairly critical and would be difficult to implement outside the devstack Neutron l3 plugin. Also changed the logic for the Neutron client (and others) such that the code is pulled from git if the project is enabled, and made sure *_BRANCH and PROJECT_BRANCH were honoured on the plugins. Change-Id: I764f15514a40926173b6c9194ddbf24c6c1f999a
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