Skip to content
Snippets Groups Projects
Commit fd250d58 authored by Daneyon Hansen's avatar Daneyon Hansen
Browse files

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
parent d9442590
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment