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:
Daneyon Hansen 2015-03-24 07:47:34 +00:00
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