From db04a376032be35a7bcc0cd135aa6f6fedf604a8 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Thu, 28 Jul 2016 12:38:32 -0400 Subject: [PATCH] Add ova to container format doc to rally plugin Rally plugin was missing ova as a acceptable container format. This trivial fix updates the same. Inspired by the update shown to disk format to rally plugins in the change I4e172c78d7afeb8be5a0123238efe3d8e4b044c9 TrivialFix Change-Id: Id633dd4dab764dae8ce580b1712a093f720b5b0c --- rally-jobs/plugins/plugin_sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally-jobs/plugins/plugin_sample.py b/rally-jobs/plugins/plugin_sample.py index 8d112ee017..087593dbe0 100644 --- a/rally-jobs/plugins/plugin_sample.py +++ b/rally-jobs/plugins/plugin_sample.py @@ -39,7 +39,7 @@ class GlancePlugin(scenario.OpenStackScenario): :param image_name: String used to name the image :param container_format: Container format of image. - Acceptable formats: ami, ari, aki, bare, ovf, and docker. + Acceptable formats: ami, ari, aki, bare, ovf, ova and docker. :param image_location: image file location used to upload :param disk_format: Disk format of image. Acceptable formats: ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, and iso.