summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Vanderwiel <vanderwl@us.ibm.com>2016-02-12 13:55:21 -0600
committerMark Vanderwiel <vanderwl@us.ibm.com>2016-02-24 18:47:16 -0600
commit9608df957fc8cf4e18ec35846c891aafbe52ac92 (patch)
treeabb8d7e428d13fe708dc688c7d9d0f335814a997 /setup.cfg
parentf9a2aee026081af9e3d1408c5d1f47aaddb6a75c (diff)
downloadpython-heatclient-9608df957fc8cf4e18ec35846c891aafbe52ac92.tar.gz
Fix collision with update and update cancel
"openstack update" collides/hides with "openstack update cancel" I discussed a few possible solutions in the bug report. Will change to have a new "openstack stack cancel" command and it will cancel the pending action, for now just supporting update. Blueprint: heat-support-python-openstackclient Change-Id: I7e054ecffea5b03a815f69515651e9c377ff68c2 Closes-Bug: #1545131
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c1d58bd..57fd8a0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -46,6 +46,7 @@ openstack.orchestration.v1 =
software_deployment_show = heatclient.osc.v1.software_deployment:ShowDeployment
stack_abandon = heatclient.osc.v1.stack:AbandonStack
stack_adopt = heatclient.osc.v1.stack:AdoptStack
+ stack_cancel = heatclient.osc.v1.stack:CancelStack
stack_check = heatclient.osc.v1.stack:CheckStack
stack_create = heatclient.osc.v1.stack:CreateStack
stack_delete = heatclient.osc.v1.stack:DeleteStack
@@ -70,7 +71,6 @@ openstack.orchestration.v1 =
stack_suspend = heatclient.osc.v1.stack:SuspendStack
stack_template_show = heatclient.osc.v1.stack:TemplateShowStack
stack_update = heatclient.osc.v1.stack:UpdateStack
- stack_update_cancel = heatclient.osc.v1.stack:UpdateCancelStack
[global]
setup-hooks =