From c7a39ce607f7c446eae6213dae32531fb8a387cf Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Wed, 25 Mar 2020 03:30:42 +0000 Subject: [PATCH] testing improved security groups Former-commit-id: f4780172fe2787d13c86c252bc055375ded34b8b --- CICD/heat/gc_HOT.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml index 4b280f49..e5be4b8d 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -68,7 +68,7 @@ resources: rules: [ { protocol: tcp, port_range_min: 3306, port_range_max: 3306, - remote_group_id: ""} ] + remote_mode: "remote_group_id"} ] SSHMonashSecGroup: type: "OS::Neutron::SecurityGroup" properties: -- GitLab