From e818d3124da6fd5001c1e5d1b8a82eb1cae42324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 7 Mar 2022 16:58:46 +0100 Subject: [PATCH] [CI] Remove an old override Since [1] we are not running keepalived directly on CI network, and are therefore safeguarded against such collisions. [1] 8e40629161a329a22022d38b3cb48dea66121b36 Change-Id: Ie25b2d6d48f10c6b295795b3c82c1f8a213f2a8c --- tests/templates/globals-default.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index 06fc06c22f..a8b0d3d76a 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -19,10 +19,6 @@ docker_custom_config: distro_python_version: "{{ kolla_python_version }}" {% 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_wsrep_extra_provider_options: - "gmcast.peer_timeout=PT15S"