From 363060485f107bb0af09977e101abc54f1fa207c Mon Sep 17 00:00:00 2001 From: Valentin Boucher Date: Tue, 24 Jul 2018 12:30:24 -0400 Subject: Reduce cloudify manager disk size 40 Gb is enough Change-Id: Iae6a72fcf91fda67bbd036f478e344478d48264f Signed-off-by: Valentin Boucher --- functest/core/cloudify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/core') diff --git a/functest/core/cloudify.py b/functest/core/cloudify.py index 834989722..158929b2c 100644 --- a/functest/core/cloudify.py +++ b/functest/core/cloudify.py @@ -28,7 +28,7 @@ class Cloudify(singlevm.SingleVm2): 'cloudify-manager-premium-4.0.1.qcow2') flavor_ram = 4096 flavor_vcpus = 2 - flavor_disk = 50 + flavor_disk = 40 username = 'centos' ssh_connect_loops = 12 create_server_timeout = 300 -- cgit 1.2.3-korg