Fix the FLOATING_RANGE in the Neutron guide

The range should be 172.18.161.0/24 and not 172.18.161.1/24.

Change-Id: I29bb24a1a278c285a00cd69188de340670891c53
This commit is contained in:
Christian Berendt 2015-09-10 12:15:16 +02:00
parent f25c9ec366
commit 1c394829d1

View File

@ -59,7 +59,7 @@ DevStack Configuration
## Neutron options
Q_USE_SECGROUP=True
FLOATING_RANGE="172.18.161.1/24"
FLOATING_RANGE="172.18.161.0/24"
FIXED_RANGE="10.0.0.0/24"
Q_FLOATING_ALLOCATION_POOL=start=172.18.161.250,end=172.18.161.254
PUBLIC_NETWORK_GATEWAY="172.18.161.1"