Make sure iptables-services is installed

This commit is contained in:
James Slagle 2014-02-06 20:38:09 -05:00
parent c51a0ef59b
commit 72c9850b2a
1 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,11 @@ sudo yum -y install http://repos.fedorapeople.org/repos/openstack/openstack-iceh
# Can be removed once everything is packaged
sudo yum -y install python-pip
# Needed for our iptables rules
sudo yum -y install iptables-services
sudo systemctl enable iptables
sudo systemctl start iptables
# Workaround for:
# https://bugzilla.redhat.com/show_bug.cgi?id=1061045
# Go ahead and install mariadb-server, and remove the logfile with wrong
@ -55,7 +60,8 @@ sudo rm -rf \
/etc/neutron/plugin.ini \
/opt/stack \
/usr/local/bin/* \
/mnt/state
/mnt/state \
/var/lib/heat-cfntools
# yea....