Whitelist Octavia API
Octavia API should be accessible from the outside and not whitelisted just like other "outside accessible" services (nova-api, cinder-api, etc) Change-Id: I6b011d71718cbd1fb846cd33be4caf266df7849d
This commit is contained in:
parent
22aa7943c0
commit
342f48c536
@ -35,7 +35,6 @@ haproxy_nova_placement_whitelist_networks: "{{ haproxy_whitelist_networks }}"
|
||||
haproxy_rabbitmq_management_whitelist_networks: "{{ haproxy_whitelist_networks }}"
|
||||
haproxy_repo_git_whitelist_networks: "{{ haproxy_whitelist_networks }}"
|
||||
haproxy_repo_cache_whitelist_networks: "{{ haproxy_whitelist_networks }}"
|
||||
haproxy_octavia_whitelist_networks: "{{ haproxy_whitelist_networks }}"
|
||||
haproxy_opendaylight_whitelist_networks: "{{ haproxy_whitelist_networks }}"
|
||||
|
||||
haproxy_default_services:
|
||||
@ -331,7 +330,6 @@ haproxy_default_services:
|
||||
haproxy_balance_type: http
|
||||
haproxy_backend_options:
|
||||
- "httpchk GET / HTTP/1.0\\r\\nUser-agent:\\ osa-haproxy-healthcheck"
|
||||
haproxy_whitelist_networks: "{{ haproxy_octavia_whitelist_networks }}"
|
||||
haproxy_service_enabled: "{{ groups['octavia_all'] is defined and groups['octavia_all'] | length > 0 }}"
|
||||
- service:
|
||||
haproxy_service_name: tacker
|
||||
|
Loading…
x
Reference in New Issue
Block a user