summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Vanderwiel <vanderwl@us.ibm.com>2016-01-13 16:31:41 -0600
committerMark Vanderwiel <vanderwl@us.ibm.com>2016-02-15 10:03:25 -0600
commit06be732705a19ba1f9da3bb96722d6cfd062575d (patch)
treebf80ea8db954691104d7337c96ad4663d414a002 /setup.cfg
parentff20a76b943302b4d612fb749f3aba75796b0b91 (diff)
downloadpython-heatclient-06be732705a19ba1f9da3bb96722d6cfd062575d.tar.gz
Add openstack client stack snapshot restore
Based from the existing heat command: heat stack-restore Change-Id: I863631b393586d1ecd20c94988e16ef85fb8ad5a 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 d721e5e..294ae1b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -56,6 +56,7 @@ openstack.orchestration.v1 =
stack_resume = heatclient.osc.v1.stack:ResumeStack
stack_show = heatclient.osc.v1.stack:ShowStack
stack_snapshot_list = heatclient.osc.v1.snapshot:ListSnapshot
+ stack_snapshot_restore = heatclient.osc.v1.snapshot:RestoreSnapshot
stack_snapshot_show = heatclient.osc.v1.snapshot:ShowSnapshot
stack_suspend = heatclient.osc.v1.stack:SuspendStack
stack_template_show = heatclient.osc.v1.stack:TemplateShowStack