Skip to content
Snippets Groups Projects
Commit a0fc5c52 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "octavia: run auto_configure only when amphora is enabled"

parents f65b1f91 587f5382
No related branches found
No related tags found
No related merge requests found
......@@ -1246,7 +1246,7 @@ swift_public_endpoint: "{{ public_protocol }}://{{ swift_external_fqdn | put_add
# Whether to run Kolla-Ansible's automatic configuration for Octavia.
# NOTE: if you upgrade from Ussuri, you must set `octavia_auto_configure` to `no`
# and keep your other Octavia config like before.
octavia_auto_configure: yes
octavia_auto_configure: "{{ 'amphora' in octavia_provider_drivers }}"
# Octavia network type options are [ tenant, provider ]
# * tenant indicates that we will create a tenant network and a network
......
......@@ -156,7 +156,6 @@ libvirt_tls: "yes"
neutron_plugin_agent: "ovn"
neutron_ovn_distributed_fip: "yes"
enable_octavia: "yes"
octavia_auto_configure: "no"
octavia_provider_drivers: "ovn:OVN provider"
octavia_provider_agents: "ovn"
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment