Merge "Fix connectivity between octavia and amphorae."

This commit is contained in:
Zuul 2019-03-17 11:35:20 +00:00 committed by Gerrit Code Review
commit 52cdb34e70
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@ used_ips:
{% if 'octavia' in bootstrap_host_services %}
- "172.29.252.1,172.29.252.50"
- "172.29.252.100"
- "172.29.253.1,172.29.253.200"
{% endif %}
- "172.29.236.1,172.29.236.50"
- "172.29.236.100"

View File

@ -88,6 +88,10 @@ neutron_api_threads_max: 2
neutron_api_threads: 2
neutron_num_sync_threads: 1
## Octavia
octavia_management_net_subnet_cidr: 172.29.252.0/22
octavia_management_net_subnet_allocation_pools: "172.29.253.1-172.29.253.200"
## Heat
heat_api_workers: 1
heat_api_threads_max: 2