fc0b47beb6
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
Rally plugins
All *.py modules from this directory will be auto-loaded by Rally and all plugins will be discoverable. There is no need of any extra configuration and there is no difference between writing them here and in rally code base.
Note that it is better to push all interesting and useful benchmarks to Rally code base, this simplifies administration for Operators.