diff options
author | Valentin Boucher <valentin.boucher@kontron.com> | 2018-07-24 12:30:24 -0400 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-07-26 19:03:56 +0200 |
commit | 1fc41fae8d8ae691311bb274f01988e67e416e95 (patch) | |
tree | a5391d27b8bc7383700557dcde9dd1aead0690ef | |
parent | 5d67b049f16a92b86d48149dbd667fce258405d9 (diff) |
Reduce cloudify manager disk size
40 Gb is enough
Change-Id: Iae6a72fcf91fda67bbd036f478e344478d48264f
Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
(cherry picked from commit 363060485f107bb0af09977e101abc54f1fa207c)
-rw-r--r-- | functest/core/cloudify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/cloudify.py b/functest/core/cloudify.py index 6bef96747..2680d5357 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 ports = [80, 443, 5671, 53333] |