diff --git a/devsetup/tripleo/overcloud_services.yaml.j2 b/devsetup/tripleo/overcloud_services.yaml.j2 index 7ffd2f3a..9c2c99ac 100644 --- a/devsetup/tripleo/overcloud_services.yaml.j2 +++ b/devsetup/tripleo/overcloud_services.yaml.j2 @@ -24,6 +24,7 @@ resource_registry: OS::TripleO::Services::HeatEngine: /usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-engine-container-puppet.yaml parameter_defaults: + SshFirewallAllowAll: true RedisVirtualFixedIPs: - ip_address: 192.168.122.110 use_neutron: false diff --git a/devsetup/tripleo/overcloud_services_cell.j2 b/devsetup/tripleo/overcloud_services_cell.j2 index 126e1eed..e14635d4 100644 --- a/devsetup/tripleo/overcloud_services_cell.j2 +++ b/devsetup/tripleo/overcloud_services_cell.j2 @@ -29,6 +29,7 @@ resource_registry: {% endif %} parameter_defaults: + SshFirewallAllowAll: true {% if cell|int > 0 %} # Specify that this is an additional cell NovaAdditionalCell: True