Fixed ip confliction.
The current range can cause tempest tests to allocate floating IPs to the created test servers that conflict with the IPs of the host VMs. Change-Id: Iebde0826de632aa0b2d0199171068048caf97c88
This commit is contained in:
parent
b8ad14cf7c
commit
9fcdd4ca7c
@ -98,7 +98,7 @@ if [[ "${PRE_CONFIG_OSA}" = true ]]; then
|
||||
osa_user_var_add lxc_container_backing_store 'lxc_container_backing_store: dir'
|
||||
|
||||
# Tempest is being configured to use a known network
|
||||
osa_user_var_add tempest_public_subnet_cidr 'tempest_public_subnet_cidr: '${NETWORK_BASE}'.248.0/22'
|
||||
osa_user_var_add tempest_public_subnet_cidr 'tempest_public_subnet_cidr: '${NETWORK_BASE}'.248.0/26'
|
||||
|
||||
# This makes running neutron in a distributed system easier and a lot less noisy
|
||||
osa_user_var_add neutron_l2_population 'neutron_l2_population: True'
|
||||
|
Loading…
x
Reference in New Issue
Block a user