diff options
author | pawnesh.kumar <pawnesh.kumar@nectechnologies.in> | 2016-10-22 00:21:33 +0530 |
---|---|---|
committer | pawnesh kumar <pawnesh.kumar@nectechnologies.in> | 2016-10-21 19:13:25 +0000 |
commit | d92425dfe85fb4c80ffa703c797b39576c97b9f2 (patch) | |
tree | 22bdbb0dd321c6fda95ee60f0b39a866fb6bcdcc | |
parent | 02e3348fbbd0191d78ac67761c304c91ed101b2b (diff) | |
download | ironic-d92425dfe85fb4c80ffa703c797b39576c97b9f2.tar.gz |
Revert "Set SUBNETPOOL_PREFIX_V4 to FIXED_RANGE"
This reverts commit I8f0e5405f3e2d6e35418c73f610ac6b779dd75e5
Revert the temporary changes, when problem is fixed in devstack.
https://bugs.launchpad.net/devstack/+bug/1629133
Change-Id: I0b51e748043d785ca18dda8d7be744bf67feeaeb
-rw-r--r-- | devstack/settings | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devstack/settings b/devstack/settings index 726919de3..82d273e5e 100644 --- a/devstack/settings +++ b/devstack/settings @@ -1,7 +1,4 @@ enable_service ironic ir-api ir-cond -# TODO(jroll) this hacks around a bug, remove when fixed in devstack -# https://bugs.launchpad.net/devstack/+bug/1629133 -SUBNETPOOL_PREFIX_V4=$FIXED_RANGE # NOTE(vsaienko) mtu calculation has been changed recently to 1450 # https://github.com/openstack/neutron/commit/51a697 |