From 4ac2a70f14cd3c81aa2bdd28296729f75da06dc4 Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Fri, 5 Apr 2019 14:54:22 +0100 Subject: [PATCH] Fix rally nova gate job It looks like the failure is because nova recently changed policy to prevent anything except volume-backed instances having zero size. This commit sets the disk size to 1 as a test. Change-Id: Idc38260d5ecdca83f12e4619a120a1abc982e394 --- rally-jobs/nova.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/rally-jobs/nova.yaml b/rally-jobs/nova.yaml index 1262afc9..9cda78f0 100755 --- a/rally-jobs/nova.yaml +++ b/rally-jobs/nova.yaml @@ -649,6 +649,7 @@ - name: "ram64" ram: 64 + disk: 1 - scenario: NovaServers.boot_server: