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
This commit is contained in:
Nikhil Komawar 2016-07-28 12:38:32 -04:00
parent b29e23e107
commit db04a37603
1 changed files with 1 additions and 1 deletions

View File

@ -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.