Reduce the RAM allocation for the octavia amphora flavor in AIO/CI

In restrcited environments such as AIO and CI, tempest tests
can fail because the host RAM may be exhaused by trying to launch
the amphora and back end servers needed for the test.

Change-Id: I19ef3733c250617a266fce98d11ab29fb548ab16
This commit is contained in:
Jonathan Rosser 2019-06-26 15:22:36 +01:00
parent 82e853ce73
commit 549f09459c
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ neutron_api_threads: 2
neutron_num_sync_threads: 1
## Octavia
octavia_amp_mem: 512
octavia_management_net_subnet_cidr: 172.29.252.0/22
octavia_management_net_subnet_allocation_pools: "172.29.253.1-172.29.253.200"