Enable DHCP ports on neutron-dhcp-agent hosts
Change-Id: I7ed387d4ac9a397554b24c3ac318a42af7ed2901 Fixes: rhbz#999695
This commit is contained in:
committed by
Ivan Chavero
parent
0c4f70567a
commit
63d1b48115
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user