From 06be732705a19ba1f9da3bb96722d6cfd062575d Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Wed, 13 Jan 2016 16:31:41 -0600 Subject: Add openstack client stack snapshot restore Based from the existing heat command: heat stack-restore Change-Id: I863631b393586d1ecd20c94988e16ef85fb8ad5a 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 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 -- cgit v1.2.1