a1ec856e61
Adds the ability to specify firewall chains via heat templates. Additionally newer versions of docker have switched to updating the FORWARD chain to DROP by default. Neutron needs this to be ACCEPT by default. This change adds the ability to specify firewall chains via templates. Depends-On: Ib75f97748540b9162d76c9c189d3ca7e082b3784 Change-Id: I15ec9216013a1b0b935dcd1f5bc8281348777189 Related-Bug: #1750194
7 lines
193 B
YAML
7 lines
193 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds `FirewallChains` parameter that can be used to manage the defined
|
|
firewall chains. By default the FORWARD chain configured to be present
|
|
and set to ACCEPT.
|