From db3ba9d2afb40a418c1d88328776a253fcede612 Mon Sep 17 00:00:00 2001
From: Jafar Lie <jafar.lie@monash.edu>
Date: Wed, 25 Mar 2020 14:33:32 +1100
Subject: [PATCH] fixed security group for mysql

---
 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 e8ece39b..6dad9b7b 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_security_group: MySQLSecGroup} ]
+               remote_mode: "remote_group_id"} ]
   SSHMonashSecGroup:
    type: "OS::Neutron::SecurityGroup"
    properties:
-- 
GitLab