From 821bacc4a7f0b7a0f99d5b23da23375c3db41f64 Mon Sep 17 00:00:00 2001 From: yatin Date: Wed, 19 Oct 2016 10:36:52 +0000 Subject: [PATCH] Revert "devstack: Fix neutron configuration to run in OSIC" This reverts commit 45f071e36eab4f3d20cacbc9cd610e536e1dd2b9. The Temporary fix can be reverted as devstack has released the fix in following patch:- https://review.openstack.org/398012 Change-Id: I837f4925cf4c797bd1b02a7bf244ca5742159971 Closes-Bug: #1628267 Closes-Bug: #1629133 --- devstack/settings | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack/settings b/devstack/settings index 954d734477..1cc71039bd 100644 --- a/devstack/settings +++ b/devstack/settings @@ -5,9 +5,6 @@ # PUBLIC_NETWORK_GATEWAY=192.168.1.225 # PUBLIC_INTERFACE=em1 # FIXED_RANGE=10.0.0.0/24 -# FIXME: Add FIXED_RANGE until devstack/neutron is fixed globally -SUBNETPOOL_PREFIX_V4=$FIXED_RANGE - ## Log all output to files # LOGFILE=$HOME/devstack.log # SCREEN_LOGDIR=$HOME/logs