Disable firewalld always
We've bike-sheded over this before (I5252a12223a35f7fb7a4ac3c58aa4a3cd1bc4799) but I have just traced down further issues to firewalld with neutron+ipv6 (see the bug). In fact, as mentioned in the comments, RDO disables firewalld and the neutron guide says to disable it [1]. The force flag is left if anyone really wants this; but nobody is testing (or, as far as I can tell, working on) this so bring devstack back into line and disable it always. Note we do not remove the package; as has been found in the puppet scripts this can lead to dependency issues. [1] http://docs.openstack.org/developer/devstack/guides/neutron.html Change-Id: Ief7cb33d926a9538f4eb39c74d906ee0c879de35 Partial-Bug: 1455303
This commit is contained in:
@ -39,17 +39,6 @@ function install_libvirt {
|
||||
pip_install_gr libvirt-python
|
||||
install_package python-libguestfs
|
||||
fi
|
||||
|
||||
# Restart firewalld after install of libvirt to avoid a problem
|
||||
# with polkit, which libvirtd brings in. See
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1099031
|
||||
|
||||
# Note there is a difference between F20 rackspace cloud images
|
||||
# and HP images used in the gate; rackspace has firewalld but hp
|
||||
# cloud doesn't.
|
||||
if is_fedora && is_package_installed firewalld; then
|
||||
sudo service firewalld restart || true
|
||||
fi
|
||||
}
|
||||
|
||||
# Configures the installed libvirt system so that is accessible by
|
||||
|
Reference in New Issue
Block a user