Change firewall rules before main stage.

Change-Id: Idd2e19b6b2f53c9778e1dcde48c6e49e627e7091
Fixes: rhbz#965787
This commit is contained in:
Martin Magr 2013-06-03 12:44:46 +02:00
parent fe08ef9bbd
commit 0b5aa96100

View File

@ -1,3 +1,8 @@
# Ensure Firewall changes happen before libvirt service start
# preventing a clash with rules being set by libvirt
Firewall <| |> -> Class['nova::compute::libvirt']
if $::is_virtual_packstack == "true" {
$libvirt_type = "qemu"
nova_config{
@ -67,4 +72,3 @@ exec {'tuned-virtual-host':
command => '/usr/sbin/tuned-adm profile virtual-host',
require => Service['tuned'],
}