Convert published release notes to fragments

In order to generate a proper changelog as a part of releasing
process, we should maintain proper fragments instead of the
notes produced by `reno`.
This patch moves content to the expected place.

Change-Id: Icedb383b08a2e7ce60f5423912c09b2c499070ad
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
Dmitriy Rabotyagov
2026-05-21 17:59:11 +02:00
parent a4c6d4ba3a
commit 616f71341e
3 changed files with 6 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
--- ---
features: minor_changes:
- | - Added a new ``openstack.cloud.volume_image_metadata`` module to manage
Added a new ``openstack.cloud.volume_image_metadata`` module to manage
Cinder volume image metadata via the ``os-set_image_metadata`` API. Cinder volume image metadata via the ``os-set_image_metadata`` API.
This enables correct preservation of image provenance and boot semantics This enables correct preservation of image provenance and boot semantics
for volumes, which cannot be achieved using regular volume metadata. for volumes, which cannot be achieved using regular volume metadata.

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- Added a new ``openstack.cloud.volume_retype`` module to retype
Cinder volumes via the ``os-retype`` API.

View File

@@ -1,5 +0,0 @@
---
features:
- |
Added a new ``openstack.cloud.volume_retype`` module to retype
Cinder volumes via the ``os-retype`` API.