From cfdbbb0ac3d29be21ddd85fd0befb64c45b95424 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Thu, 4 Jul 2024 06:33:28 +0000 Subject: [PATCH] Reno for http_qcow2_image config option Change-Id: I3a03657d155d82d87fef715a138e507670159053 --- ...d-http_qcow2_image-config-option-a9dca410897c3044.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/Add-http_qcow2_image-config-option-a9dca410897c3044.yaml diff --git a/releasenotes/notes/Add-http_qcow2_image-config-option-a9dca410897c3044.yaml b/releasenotes/notes/Add-http_qcow2_image-config-option-a9dca410897c3044.yaml new file mode 100644 index 0000000000..c1b003352a --- /dev/null +++ b/releasenotes/notes/Add-http_qcow2_image-config-option-a9dca410897c3044.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + Added a new config option in the `image` section, `http_qcow2_image`, + which will use `qcow2` format image to download from the external + source specified and use it for image conversion in glance tests. By + default it will download + `http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img`