Merge "Adds Rabbit and MariaDB TCP ports to Heat template"

This commit is contained in:
Jenkins 2015-03-24 14:31:44 +00:00 committed by Gerrit Code Review
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