From 8fc91fe8d28ff45511d1b6fcff54a8e5745cbadf Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Wed, 29 Jan 2020 05:27:40 +0000
Subject: [PATCH] shrinking db volume

Former-commit-id: aae6603c03b7a0f11ee57342611ea8aa4333910c
---
 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 618403ce..5d2935ae 100644
--- a/CICD/heat/gc_HOT.yaml
+++ b/CICD/heat/gc_HOT.yaml
@@ -143,7 +143,7 @@ resources:
    type: OS::Cinder::Volume
    properties:
     availability_zone: { get_param: avz }
-    size: 512
+    size: 10
     name: dbvol
   DBVolumeAttachment:
    type: "OS::Cinder::VolumeAttachment"
-- 
GitLab