From abc07e257095f17755b740ea164ae72d12532e00 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 25 Nov 2015 19:20:55 +0100 Subject: [PATCH] openstack: add 30GB for debugging purposes So that it can be used as follows: teuthology-openstack ... --suite mysuite ... debug/openstack-30G.yaml Signed-off-by: Loic Dachary --- debug/openstack-30G.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debug/openstack-30G.yaml diff --git a/debug/openstack-30G.yaml b/debug/openstack-30G.yaml new file mode 100644 index 0000000000000..da7ed803aae91 --- /dev/null +++ b/debug/openstack-30G.yaml @@ -0,0 +1,3 @@ +openstack: + - machine: + ram: 30000 # MB -- 2.39.5