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 |
||
---|---|---|
.. | ||
extra | ||
plugins | ||
glance.yaml | ||
README.rst |
Rally job related files
This directory contains rally tasks and plugins that are run by OpenStack CI.
Structure
- plugins - directory where you can add rally plugins. Almost everything in Rally is a plugin. Benchmark context, Benchmark scenario, SLA checks, Generic cleanup resources, ....
- extra - all files from this directory will be copy pasted to gates, so you are able to use absolute paths in rally tasks. Files will be located in ~/.rally/extra/*
- glance.yaml is a task that is run in gates against OpenStack (nova network) deployed by DevStack
Useful links
- More about Rally: https://rally.readthedocs.org/en/latest/
- Rally release notes: https://rally.readthedocs.org/en/latest/release_notes.html
- How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html
- About plugins: https://rally.readthedocs.org/en/latest/plugins.html
- Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins