Merge "[CI] Remove an old override"

This commit is contained in:
Zuul 2022-03-07 18:34:56 +00:00 committed by Gerrit Code Review
commit 19b169e139

View File

@ -19,10 +19,6 @@ docker_custom_config:
distro_python_version: "{{ kolla_python_version }}" distro_python_version: "{{ kolla_python_version }}"
{% endif %} {% endif %}
# Use a random router id, otherwise it may result in the same router id
# in the CI gate.
keepalived_virtual_router_id: "{{ 250 | random(1) }}"
# MariaDB/Galera - fine tune gmcast.peer_timeout # MariaDB/Galera - fine tune gmcast.peer_timeout
mariadb_wsrep_extra_provider_options: mariadb_wsrep_extra_provider_options:
- "gmcast.peer_timeout=PT15S" - "gmcast.peer_timeout=PT15S"