From f501b520f80d573a77cdae941fe19db216b94307 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 2 Feb 2019 19:39:43 +0100 Subject: Update Cloudify images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The former image can't be downloaded and then breaks all gates. It will be completed by changes in vnf if needed. Change-Id: Ie364aa2315257157a5e09eb4ba121926a60e7b26 Signed-off-by: Cédric Ollivier --- 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 83dd603ad..d9b3398e3 100644 --- a/functest/core/cloudify.py +++ b/functest/core/cloudify.py @@ -27,7 +27,7 @@ class Cloudify(singlevm.SingleVm2): __logger = logging.getLogger(__name__) filename = ('/home/opnfv/functest/images/' - 'cloudify-manager-premium-4.0.1.qcow2') + 'cloudify-manager-community-18.10.4.qcow2') flavor_ram = 4096 flavor_vcpus = 2 flavor_disk = 40 -- cgit 1.2.3-korg