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
This commit is contained in:
parent
dc0ed0c156
commit
67cf809fcd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user