12075cb710
A new reimage API will be introduced on cinder API side with change in depends on. This patch provides the CLI support for the same by adding a reimage command. Implements: blueprint add-volume-re-image-api Change-Id: I37c254d4caf2f416e456ff6a78b5a4df4e08a176
11 lines
484 B
YAML
11 lines
484 B
YAML
---
|
|
features:
|
|
- |
|
|
A new ``cinder reimage`` command and related python API binding has been
|
|
added which allows a user to replace the current content of a specified
|
|
volume with the data of a specified image supplied by the Image service
|
|
(Glance). (Note that this is a destructive action, that is, all data
|
|
currently contained in the volume is destroyed when the volume is
|
|
re-imaged.) This feature requires Block Storage API microversion 3.68
|
|
or greater.
|