Set a defined IP address range for tempest test public addresses

We may need to use some addresses on this subnet for interfaces and
bridges on the host, or containers. This patch defines the range
available to neutron where previously any IP in the subnet may have
been used.

Change-Id: I5a2f7351a6f08b37120f6299556fba1e810f3c9d
This commit is contained in:
Jonathan Rosser 2019-01-29 13:11:53 +00:00
parent 6223a72d18
commit d489588d28
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ tempest_venv_download: False
# as the other venvs (with the tag 'testing')
tempest_venv_bin: "/opt/tempest-testing/bin"
tempest_public_subnet_cidr: 10.1.3.0/24
tempest_public_subnet_allocation_pools: "10.1.3.150-10.1.3.200"
tempest_log_dir: "/var/log/"
tempest_main_group: utility_all
tempest_run: yes