Skip to content
Snippets Groups Projects
Commit 1f3aeb12 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

testing improved security groups

Former-commit-id: 0daec94b
parent 71783789
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,8 @@ resources: ...@@ -67,7 +67,8 @@ resources:
name: "heatmysqlsecgroup" name: "heatmysqlsecgroup"
rules: [ { protocol: tcp, rules: [ { protocol: tcp,
port_range_min: 3306, port_range_min: 3306,
port_range_max: 3306} ] port_range_max: 3306,
remote_group_id: null} ]
SSHMonashSecGroup: SSHMonashSecGroup:
type: "OS::Neutron::SecurityGroup" type: "OS::Neutron::SecurityGroup"
properties: properties:
......
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