X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fcore%2Fcloudify.py;h=a760b9fa225f360a09c2bdfd0f70dc72e7a2e8ad;hb=9c19bb9bb41e36d4ca70563649ced92ce7ab9b82;hp=834989722cb8f85cf444db4b922b47bcb1335c05;hpb=f426c72f2bb6381c631794a4b9f4c3322832e0d3;p=functest.git diff --git a/functest/core/cloudify.py b/functest/core/cloudify.py index 834989722..a760b9fa2 100644 --- a/functest/core/cloudify.py +++ b/functest/core/cloudify.py @@ -28,10 +28,10 @@ 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 + create_server_timeout = 600 ports = [80, 443, 5671, 53333] def __init__(self, **kwargs):