From 7171aecdfceb5c49b49db506076353c11176de2e Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 13 May 2020 16:56:12 +0100 Subject: [PATCH] Increase disk size for manila service VM during tests This addresses the following error from tempest: Flavor's disk is too small for requested image. Flavor disk is 2147483648 bytes, image is 2164391936 bytes Change-Id: I68846073eb48da98ed2a788408fb482d51b8667e --- .../roles/bootstrap-host/templates/user_variables_manila.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 index fb1d555ce5..d2afce57fe 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 @@ -29,7 +29,7 @@ tempest_flavors: - name: manila-service-flavor id: 100 ram: 256 - disk: 2 + disk: 3 vcpus: 1 tempest_test_whitelist: