From ea79a908b61923468610fc82e6a2f3b34404bd0d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 15 Jun 2022 21:54:05 +0900 Subject: [PATCH] Revert "Disable networking-l2gw in scenario004" This reverts commit 06ed08b59a63fd8022af6ef9f0ca3bc789415643. Reason for revert: The original problem was resolved by the dependent patch. Depends-on: https://review.opendev.org/c/x/networking-l2gw/+/845141 Related-Bug: #1977980 Change-Id: I1b44921b87c98e8f98e6f308702dce9c991c12ae --- fixtures/scenario004.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/scenario004.pp b/fixtures/scenario004.pp index 467d07de8..d217a1b88 100644 --- a/fixtures/scenario004.pp +++ b/fixtures/scenario004.pp @@ -31,7 +31,7 @@ if $::operatingsystem == 'Ubuntu' { } else { $ipv6 = true $bgpvpn_enabled = true - $l2gw_enabled = false + $l2gw_enabled = true $bgp_dragent_enabled = true }