Merge "Disables firewalld for Heat-deployed Fedora instances"
This commit is contained in:
commit
c1df91e18d
@ -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…
Reference in New Issue
Block a user