From 0f04b0aaa11dbcdb075f7092aa356f2ededbc5f6 Mon Sep 17 00:00:00 2001 From: Bo Chi Date: Sun, 6 Dec 2015 21:01:43 -0500 Subject: [PATCH] Make disk_format configurable This patch makes disk_format configurable in rally/verification/tempest/config.py Change-Id: I9825c407192946dce9f59924745b0c6d7f688112 Closes-Bug: #1522693 --- etc/rally/rally.conf.sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/rally/rally.conf.sample b/etc/rally/rally.conf.sample index b199936d..dda2758c 100644 --- a/etc/rally/rally.conf.sample +++ b/etc/rally/rally.conf.sample @@ -655,6 +655,12 @@ # CirrOS image URL (string value) #cirros_img_url = http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img +# Image disk format (string value) +#disk_format = qcow2 + +# Image container formate (string value) +#container_format = bare + [role]