summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-01-05 21:41:39 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-01-09 03:04:31 -0500
commit017073327052280b3067096bf5a570b0123e1408 (patch)
treef237eb07e7d0f208773de3472c1d41b5c63a60f3 /setup.cfg
parent79d0e21a4519de57a25ccd4a06a26795dba5636d (diff)
downloadpython-openstackclient-017073327052280b3067096bf5a570b0123e1408.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8d4e1c50..224b4c64 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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