Merge "Renamed parameter name for libvirt rule "

This commit is contained in:
Jenkins 2014-07-22 10:34:22 +00:00 committed by Gerrit Code Review
commit c935771840

View File

@ -199,7 +199,7 @@ class openstack::firewall (
}
firewall {'117 libvirt':
port => $libvirt_ports,
port => $libvirt_port,
proto => 'tcp',
action => 'accept',
}