summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Vanderwiel <vanderwl@us.ibm.com>2016-01-14 12:58:02 -0600
committerMark Vanderwiel <vanderwl@us.ibm.com>2016-01-19 09:43:11 -0600
commite25b5bf54f71d50461b5f0ba3173c3d3b36124a1 (patch)
tree8213cc34ae50e9b32d247d576cf5083721b67a84 /setup.cfg
parent7361b9ec494c2379808189239aab379d28088bda (diff)
downloadpython-heatclient-e25b5bf54f71d50461b5f0ba3173c3d3b36124a1.tar.gz
Add openstack client stack snapshot list
Based from the existing heat command: heat snapshot-list Change-Id: I9966641e200343bf19518487f8084d94008ac84d Blueprint: heat-support-python-openstackclient
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 d11fa7a..f450abc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,6 +34,7 @@ openstack.orchestration.v1 =
stack_list = heatclient.osc.v1.stack:ListStack
stack_create = heatclient.osc.v1.stack:CreateStack
stack_update = heatclient.osc.v1.stack:UpdateStack
+ stack_snapshot_list = heatclient.osc.v1.snapshot:ListSnapshot
[global]