45c5b80fd0
This adds a microversion and API support for triggering a rebuild of volume-backed instances by leveraging cinder functionality to do so. Implements: blueprint volume-backed-server-rebuild Closes-Bug: #1482040 Co-Authored-By: Rajat Dhasmana <rajatdhasmana@gmail.com> Change-Id: I211ad6b8aa7856eb94bfd40e4fdb7376a7f5c358
11 lines
484 B
YAML
11 lines
484 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for rebuilding a volume-backed instance with a different
|
|
image. This is achieved by reimaging the boot volume i.e. writing new
|
|
image on the boot volume at cinder side.
|
|
Previously rebuilding volume-backed instances with same image was
|
|
possible but this feature allows rebuilding volume-backed instances
|
|
with a different image than the existing one in the boot volume.
|
|
This is supported starting from API microversion 2.93.
|