Merge "Adds Rabbit and MariaDB TCP ports to Heat template"
This commit is contained in:
commit
a6447c839d
@ -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