Fix up snapshot command
Several issues with the current snapshot command were resolved: * --long for list was added to include volume id/name, and properties * changed output from metadata to properties * added new option to set properties with 'snapshot set' * added new command to unset properties with 'snapshot unset' Change-Id: I5902cfe876cefada701d4d658a50a4282ff300d6
This commit is contained in:
parent
c3b4068ca6
commit
8a083661c6
@ -326,6 +326,7 @@ openstack.volume.v1 =
|
||||
snapshot_list = openstackclient.volume.v1.snapshot:ListSnapshot
|
||||
snapshot_set = openstackclient.volume.v1.snapshot:SetSnapshot
|
||||
snapshot_show = openstackclient.volume.v1.snapshot:ShowSnapshot
|
||||
snapshot_unset = openstackclient.volume.v1.snapshot:UnsetSnapshot
|
||||
|
||||
volume_create = openstackclient.volume.v1.volume:CreateVolume
|
||||
volume_delete = openstackclient.volume.v1.volume:DeleteVolume
|
||||
|
Loading…
x
Reference in New Issue
Block a user