From 8aaa542207aa5b0a7ee78ae2cb730174c12f49ee Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Wed, 25 Mar 2020 03:24:44 +0000 Subject: [PATCH] testing improved security groups Former-commit-id: 0daec94bc305df1350f2fbd676633514007a52f8 --- CICD/heat/gc_HOT.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml index 52a58a08..bc617dd7 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -67,7 +67,8 @@ resources: name: "heatmysqlsecgroup" rules: [ { protocol: tcp, port_range_min: 3306, - port_range_max: 3306} ] + port_range_max: 3306, + remote_group_id: null} ] SSHMonashSecGroup: type: "OS::Neutron::SecurityGroup" properties: -- GitLab