puppet-tripleo/releasenotes/notes/fix-masquerade-networks-c9ab4affb17627e1.yaml
Harald Jensås bebe7b8c58 Fix Undercloud masquerading firewall rules
Iterate over destination for each source to have the
correct return rules created. (Passing a list as
destination to tripleo::firewall::rule does not work.)

Also the "forward destinations" rules should use the
source addresses in the data for both source and
destination rules.

Change-Id: I3d572bf4aab65f5befb596f7c90c94fc0abe7afa
Closes-Bug: #1797455
2018-10-23 07:24:31 +00:00

6 lines
189 B
YAML

---
fixes:
- |
Masquerading and forwarding rules are now correctly created when using
routed networks.
(See `bug: 1797455 <https://bugs.launchpad.net/tripleo/+bug/1797455>`_.)