We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a9445 commit 5db6d81Copy full SHA for 5db6d81
1 file changed
roles/install-devstack/tasks/main.yml
@@ -19,6 +19,9 @@
19
20
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
21
./safe-devstack-vm-gate-wrap.sh
22
+
23
+ eval $(grep FLOATING_RANGE /opt/stack/new/devstack/local.conf)
24
+ iptables -t nat -A POSTROUTING -s "$FLOATING_RANGE" -o $(ip -4 route | grep ^default | awk '{print $5}') -j MASQUERADE
25
executable: /bin/bash
26
chdir: '{{ ansible_user_dir }}/workspace'
27
environment: '{{ zuul | zuul_legacy_vars }}'
0 commit comments