Adds Rabbit and MariaDB TCP ports to Heat template
Previously, Heat was not allowing the necessary TCP ports for RabbitMQ and MariaDB to Kolla nodes. Change-Id: If34ca2de2e5213cb97138e5855cc88ff5c564b76
This commit is contained in:
parent
d944259056
commit
fd250d58bd
@ -75,6 +75,12 @@ resources:
|
||||
type: "OS::Neutron::SecurityGroup"
|
||||
properties:
|
||||
rules:
|
||||
- protocol: tcp
|
||||
port_range_min: 5672
|
||||
port_range_max: 5672
|
||||
- protocol: tcp
|
||||
port_range_min: 3306
|
||||
port_range_max: 3306
|
||||
- protocol: tcp
|
||||
port_range_min: 8773
|
||||
port_range_max: 8776
|
||||
|
Loading…
x
Reference in New Issue
Block a user