Enable DHCP ports on neutron-dhcp-agent hosts

Change-Id: I7ed387d4ac9a397554b24c3ac318a42af7ed2901
Fixes: rhbz#999695
This commit is contained in:
Martin Magr
2014-03-03 21:08:19 +01:00
committed by Ivan Chavero
parent 0c4f70567a
commit 63d1b48115
12 changed files with 108 additions and 55 deletions

View File

@@ -123,6 +123,8 @@ def create_manifest(config):
manifestdata = getManifestTemplate("keystone.pp")
config['FIREWALL_ALLOWED'] = "'ALL'"
config['FIREWALL_SERVICE_NAME'] = "keystone"
config['FIREWALL_SERVICE_ID'] = "keystone"
config['FIREWALL_PORTS'] = "'5000', '35357'"
config['FIREWALL_CHAIN'] = "INPUT"
manifestdata += getManifestTemplate("firewall.pp")
appendManifestFile(manifestfile, manifestdata)