Skip to content
Snippets Groups Projects
Commit a6447c83 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents a0dfb204 fd250d58
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