Merge "Ensure Octavia communicates with Neutron through internal URL" into stable/2024.1

This commit is contained in:
Zuul 2024-08-30 18:34:58 +00:00 committed by Gerrit Code Review
commit e33d5a0406
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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]