From: Valentin Boucher Date: Tue, 24 Jul 2018 16:30:24 +0000 (-0400) Subject: Reduce cloudify manager disk size X-Git-Tag: opnfv-7.0.0~164 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=363060485f107bb0af09977e101abc54f1fa207c;p=functest.git Reduce cloudify manager disk size 40 Gb is enough Change-Id: Iae6a72fcf91fda67bbd036f478e344478d48264f Signed-off-by: Valentin Boucher --- 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