Remove duplicate whitespace

Change-Id: Ica155c5da29d36a3f944eb6a4a0ef5af88b01358
This commit is contained in:
Pierre Riteau 2023-08-29 14:43:16 +02:00
parent 106a21fb6c
commit f6e83f92c7

@ -506,7 +506,7 @@ octavia_health_manager_port: "5555"
# endpoints. This is for backwards compatibility.
opensearch_port: "{{ elasticsearch_port | default('9200') }}"
opensearch_dashboards_port: "5601"
opensearch_dashboards_port_external: "{{ haproxy_single_external_frontend_public_port if haproxy_single_external_frontend | bool else opensearch_dashboards_port }}"
opensearch_dashboards_port_external: "{{ haproxy_single_external_frontend_public_port if haproxy_single_external_frontend | bool else opensearch_dashboards_port }}"
opensearch_dashboards_listen_port: "{{ opensearch_dashboards_port }}"
ovn_nb_db_port: "6641"