From e25b5bf54f71d50461b5f0ba3173c3d3b36124a1 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Thu, 14 Jan 2016 12:58:02 -0600 Subject: Add openstack client stack snapshot list Based from the existing heat command: heat snapshot-list Change-Id: I9966641e200343bf19518487f8084d94008ac84d Blueprint: heat-support-python-openstackclient --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') 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] -- cgit v1.2.1