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:
parent
b3bee1b927
commit
b18b49d4d7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user