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=refs%2Fchanges%2F65%2F60165%2F1;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