summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordixiaoli <dixiaobj@cn.ibm.com>2015-11-30 23:34:13 -0600
committerdixiaoli <dixiaobj@cn.ibm.com>2016-02-24 19:20:59 +0800
commit5f6a88bc5f37dfd153d44c8c6201eed36f33b340 (patch)
tree89097b3b1985d600ecacd99658986086a431a64c /setup.cfg
parent413b5f2dbd677e29764e3d87605b1a7a8cdaca14 (diff)
downloadpython-heatclient-5f6a88bc5f37dfd153d44c8c6201eed36f33b340.tar.gz
OpenstackClient plugin for software deployment output show
This change implements the "openstack software deployment output show" command Based from the existing heat command: heat deployment-output-show Change-Id: Ide607c925a15071c0c02c8cdb1ba20d9a745f9a9 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 8453c8f..03c9ac0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,6 +42,7 @@ openstack.orchestration.v1 =
software_deployment_delete = heatclient.osc.v1.software_deployment:DeleteDeployment
software_deployment_list = heatclient.osc.v1.software_deployment:ListDeployment
software_deployment_metadata_show = heatclient.osc.v1.software_deployment:ShowMetadataDeployment
+ software_deployment_output_show = heatclient.osc.v1.software_deployment:ShowOutputDeployment
software_deployment_show = heatclient.osc.v1.software_deployment:ShowDeployment
stack_abandon = heatclient.osc.v1.stack:AbandonStack
stack_adopt = heatclient.osc.v1.stack:AdoptStack