python-tempestconf/releasenotes/notes/Add-argument-for-converting-images-b3ea78ce1faf9df6.yaml
Martin Kopec 12d4aa0501 Add option for converting images
The review adds an option for converting images to raw
format before they are uploaded to glance.
In some cases the boot of the image is faster when the
image is already in raw format.

Story: 2005454
Task: 30506

Change-Id: Ie7226ecaad8feaf0a0c416905cf3e2107d4e8cd3
2019-04-17 15:43:40 +00:00

8 lines
258 B
YAML

---
features:
- |
A new argument for converting images before uploading them to glance
is added. If the arugment is used, the images are converted to .raw format.
The feature will reduce boot time of the images in case ceph is the
backend.