diff options
author | whoami-rajat <rajatdhasmana@gmail.com> | 2022-01-31 23:54:27 +0530 |
---|---|---|
committer | whoami-rajat <rajatdhasmana@gmail.com> | 2022-09-06 16:42:08 +0530 |
commit | 94d3445e10711ff965e0ec141aaa0d0828dc43f0 (patch) | |
tree | f9e35e8439d7a2019d9ef463318af797b432f836 /releasenotes/notes/add-support-for-volume-backed-rebuild-6a32d9d88fed6b4a.yaml | |
parent | be9517cb027d960caf4c9c8171b3ad2568bedae9 (diff) | |
download | python-novaclient-94d3445e10711ff965e0ec141aaa0d0828dc43f0.tar.gz |
MV 2.93 - Add support to rebuild boot volume
This patch bumps the API microversion to 2.93 to allow
rebuilding a volume backed instance.
Implements: blueprint volume-backed-server-rebuild
Depends-On: https://review.opendev.org/c/openstack/nova/+/830883
Change-Id: Ie46df7ad76082e7631bb26243abed4dc3b1f40ac
Diffstat (limited to 'releasenotes/notes/add-support-for-volume-backed-rebuild-6a32d9d88fed6b4a.yaml')
-rw-r--r-- | releasenotes/notes/add-support-for-volume-backed-rebuild-6a32d9d88fed6b4a.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/add-support-for-volume-backed-rebuild-6a32d9d88fed6b4a.yaml b/releasenotes/notes/add-support-for-volume-backed-rebuild-6a32d9d88fed6b4a.yaml new file mode 100644 index 00000000..b9e2054e --- /dev/null +++ b/releasenotes/notes/add-support-for-volume-backed-rebuild-6a32d9d88fed6b4a.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + Added support for `microversion 2.93`_. + This microversion provides the ability to rebuild a volume + backed instance. + + .. _microversion 2.93: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#microversion-2-93 |