Merge "octavia: Fix duplicate api_settings"
This commit is contained in:
commit
4cb9192d79
@ -11,6 +11,7 @@ transport_url = {{ rpc_transport_url }}
|
|||||||
[api_settings]
|
[api_settings]
|
||||||
bind_host = {{ api_interface_address }}
|
bind_host = {{ api_interface_address }}
|
||||||
bind_port = {{ octavia_api_listen_port }}
|
bind_port = {{ octavia_api_listen_port }}
|
||||||
|
enabled_provider_drivers = '{{ octavia_provider_drivers }}'
|
||||||
|
|
||||||
[certificates]
|
[certificates]
|
||||||
ca_private_key_passphrase = {{ octavia_ca_password }}
|
ca_private_key_passphrase = {{ octavia_ca_password }}
|
||||||
@ -22,9 +23,6 @@ endpoint_type = internal
|
|||||||
ca_certificates_file = {{ openstack_cacert }}
|
ca_certificates_file = {{ openstack_cacert }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[api_settings]
|
|
||||||
enabled_provider_drivers = '{{ octavia_provider_drivers }}'
|
|
||||||
|
|
||||||
[driver_agent]
|
[driver_agent]
|
||||||
enabled_provider_agents = {{ octavia_provider_agents }}
|
enabled_provider_agents = {{ octavia_provider_agents }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user