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 patch adds the Hyper-V 'vhdx' disk format to the Glance
configuration. This allows users to upload 'vhdx' images by default.
'vhdx' disks can have much larger storage capacity than the older 'vhd'
format [1]. (Plus, anything with 'x' in the name is awesome.)
DocImpact: Docs will need to be updated to indicate that the 'vhdx'
disk_format is now one of the default disk formats supported by Glance.
UpgradeImpact: Adds 'vhdx' to the default list of disk_formats. Operators
will no longer need to configure specifically to use 'vhdx' disks.
[1] https://technet.microsoft.com/en-us/library/hh831446(v=ws.11).aspx
Spec-Lite: https://review.openstack.org/#/c/347626
Change-Id: I4e172c78d7afeb8be5a0123238efe3d8e4b044c9
A Docker image is a tar archive typically containing a container
filesystem. In order to use the nova-docker compute driver nova and boot
docker instances glance support of the docker container format is
required.
This patch adds the Docker container format to the Glance configuration.
DocImpact: Docs will need to be updated to indicate that the docker
container_format is now one of the default container formats supported
by Glance.
UpgradeImpact: Adds 'docker' to the default list of container_formats.
Operators will no longer need to configure specifically to use docker
containers.
Closes-Bug: #1519402
Change-Id: Ifa206686086232a5599e7bc27a852bc5f3186ebc
_generate_random_name() in Rally is being replaced by
generate_random_name().
Implements blueprint: consistent-resource-names
Change-Id: I2939a8ee10be6f5e8e6cfee7e4adb65d96e4f88f
Rally 0.0.4 and current master (which is going to be 0.1.0)
have some difference in framework. This patch address them.
Change-Id: I45064e27bcbe815ca12e311175addd4ecf9b6056
Due to the package rename of Rally, the customized plugin defined
in Glance can't be discovered. This patch just fixes it and update
an expired link.
Closes-Bug: #1476062
Change-Id: Ia9b1ef7cc56fcd06ed6cbea6550a0bcaaf04e47e
* Rename rally-scenarios directory to rally-jobs. Because actually
this directory contains files related to job and not scenarios.
* Upadte main README file
* Add readme files to rally-jobs/extra and rally-jobs/plugins
Change-Id: I111c3c3f86ab4886d3a7b66c7bf7c050c1d9ca1a