Add a neutron allocation pool

This prevents neutron from allocating addresses that overlap
will the other address pools.

Change-Id: I69f8ca98ca17ea09d100a9745349391f0de59705
This commit is contained in:
Will Szumski 2018-10-03 18:01:55 +01:00 committed by Mark Goddard
parent 1085a0c95e
commit 0c95ebcfd0
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@ cleaning_net_name: aio
# All-in-one network.
aio_cidr: 192.168.33.0/24
aio_allocation_pool_start: 192.168.33.3
aio_allocation_pool_end: 192.168.33.127
aio_allocation_pool_end: 192.168.33.30
aio_neutron_allocation_pool_start: 192.168.33.31
aio_neutron_allocation_pool_end: 192.168.33.127
aio_inspection_allocation_pool_start: 192.168.33.128
aio_inspection_allocation_pool_end: 192.168.33.254
aio_vip_address: 192.168.33.2