From 67cf809fcd3fe6126726b27b7ebd707fb60cf6d6 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Mon, 13 Jun 2022 21:15:47 -0500 Subject: [PATCH] Update setup-gateway script to use Xena Currently the 170-setup-gateway.sh script is still hardcoded to use a train neutron image. This change updates the version to use the newer Xena image instead. Change-Id: I0a4a0d81ea9dc041e9095323346c3ea4755d55f5 --- tools/deployment/developer/common/170-setup-gateway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/developer/common/170-setup-gateway.sh b/tools/deployment/developer/common/170-setup-gateway.sh index 4abc86b3bb..1686b63dc7 100755 --- a/tools/deployment/developer/common/170-setup-gateway.sh +++ b/tools/deployment/developer/common/170-setup-gateway.sh @@ -19,7 +19,7 @@ set -xe sudo ip addr add ${OSH_BR_EX_ADDR} dev br-ex sudo ip link set br-ex up -: ${DNSMASQ_IMAGE:=docker.io/openstackhelm/neutron:train-ubuntu_bionic} +: ${DNSMASQ_IMAGE:=docker.io/openstackhelm/neutron:xena-ubuntu_focal} # NOTE(portdirect): With Docker >= 1.13.1 the default FORWARD chain policy is # configured to DROP, for the l3 agent to function as expected and for