python-openstackclient/releasenotes/notes/add-reimage-param-to-rebuild-606dd331677b5954.yaml
whoami-rajat 4024bdb393 compute: Add support for microversion 2.93
Add '--reimage-boot-volume' and '--no-reimage-boot-volume parameters'
to the rebuild command to allow rebuilding of volume backed instances.

Change-Id: I4a6e30b2cf12f32202a2d9ef1ced347e1dd139f3
2022-09-14 11:24:10 +01:00

9 lines
314 B
YAML

---
features:
- |
The ``server rebuild`` commands now accept two optional
``--reimage-boot-volume`` and ``--no-reimage-boot-volume``option.
Passing these parameter will allow/disallow a user to rebuild a volume
backed server.
This is available from Compute microversion ``2.93`` and onwards.