Merge "Open DHCP ports for neutron firewall rules"
This commit is contained in:
@@ -373,7 +373,7 @@ def createManifest(config):
|
||||
# Firewall Rules
|
||||
config['FIREWALL_ALLOWED'] = ",".join(["'%s'" % i for i in q_hosts])
|
||||
config['FIREWALL_SERVICE_NAME'] = "neutron"
|
||||
config['FIREWALL_PORTS'] = "'9696'"
|
||||
config['FIREWALL_PORTS'] = "'9696','67','68'"
|
||||
manifest_data += getManifestTemplate("firewall.pp")
|
||||
appendManifestFile(manifest_file, manifest_data, 'neutron')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user