Merge "Disables firewalld for Heat-deployed Fedora instances"

This commit is contained in:
Jenkins 2015-04-17 04:49:00 +00:00 committed by Gerrit Code Review
commit c1df91e18d

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: