Merge "Ensure Octavia communicates with Neutron through internal URL" into stable/2024.1
This commit is contained in:
commit
e33d5a0406
@ -62,7 +62,7 @@ octavia_pip_install_args: "{{ pip_install_options | default('') }}"
|
||||
octavia_venv_tag: "{{ venv_tag | default('untagged') }}"
|
||||
octavia_bin: "{{ _octavia_bin }}"
|
||||
|
||||
octavia_clients_endpoint: internalURL
|
||||
octavia_clients_endpoint: internal
|
||||
|
||||
octavia_auth_strategy: keystone
|
||||
|
||||
|
@ -159,7 +159,7 @@ password = {{ octavia_service_password }}
|
||||
region_name = {{ keystone_service_region }}
|
||||
auth_type = password
|
||||
memcached_servers = {{ octavia_memcached_servers }}
|
||||
endpoint_type = {{ octavia_clients_endpoint }}
|
||||
valid_interfaces = {{ octavia_clients_endpoint }}
|
||||
token_cache_time = 300
|
||||
|
||||
# if your memcached server is shared, use these settings to avoid cache poisoning
|
||||
@ -197,7 +197,7 @@ endpoint_type = {{ octavia_clients_endpoint }}
|
||||
|
||||
[neutron]
|
||||
region_name = {{ keystone_service_region }}
|
||||
endpoint_type = {{ octavia_clients_endpoint }}
|
||||
valid_interfaces = {{ octavia_clients_endpoint }}
|
||||
|
||||
{% if octavia_enabled_provider_agents | length > 0 %}
|
||||
[driver_agent]
|
||||
|
Loading…
x
Reference in New Issue
Block a user