Add support for manage and unmanage snapshot
Bug #1618676 reported by aohuanxuan
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released |
Undecided |
aohuanxuan | ||
Bug Description
cinderclient support manage and unmanage snapshot by commands below:
usage: cinder snapshot-manage [--id-type <id-type>] [--name <name>]
[--descriptio n <description>]
[--metadata [<key=value> [<key=value> ...]]]
<volume> <identifier>
usage: cinder snapshot-unmanage <snapshot>
But OSC does not support these now.