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
This commit is contained in:
parent
4ca898bcd2
commit
4ac2a70f14
@ -649,6 +649,7 @@
|
||||
-
|
||||
name: "ram64"
|
||||
ram: 64
|
||||
disk: 1
|
||||
-
|
||||
scenario:
|
||||
NovaServers.boot_server:
|
||||
|
Loading…
Reference in New Issue
Block a user