Disables firewalld for Heat-deployed Fedora instances

Previously, Heat was deploying Fedora21 instances with firewalld
enabled and running. It is well documented that firewalld causes
problems with OpenStack Neutron. That is becasue Neutron uses
iptables instead of firewalld for security filtering.

Change-Id: I25cb32984841423a7b1c44b55cd19b5b4588c9e8
This commit is contained in:
Daneyon Hansen 2015-04-16 22:22:42 +00:00
parent b3bee1b927
commit b18b49d4d7

View File

@ -189,6 +189,10 @@ resources:
python-novaclient python-cinderclient \
python-neutronclient python-heatclient
# Disable firewalld per OpenStack documentation
service firewalld stop
chkconfig firewalld off
# Send the CFN signal
cfn-signal -e0 --data 'OK' -r 'Setup complete' '$WAIT_HANDLE'
params: