summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordixiaoli <dixiaobj@cn.ibm.com>2016-02-02 11:17:02 +0800
committerdixiaoli <dixiaobj@cn.ibm.com>2016-02-19 09:04:02 +0800
commit4f7085355dc5cd2f5a6be1e13616db5182c4be62 (patch)
tree19b89715bdd2a4a54109041461b05f7451594e9c /setup.cfg
parenta5fdf2318e350e89ad5b74d1bdad81450800a355 (diff)
downloadpython-heatclient-4f7085355dc5cd2f5a6be1e13616db5182c4be62.tar.gz
OpenstackClient plugin for software deployment metadata show
This change implements the "openstack software deployment metadata show" command Based on "heat deployment-metadata-show" command Blueprint: heat-support-python-openstackclient Change-Id: I43788230cec346ecdb22073a14ef58187d3d1fab
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 c0024c2..8453c8f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,6 +41,7 @@ openstack.orchestration.v1 =
software_deployment_create = heatclient.osc.v1.software_deployment:CreateDeployment
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_show = heatclient.osc.v1.software_deployment:ShowDeployment
stack_abandon = heatclient.osc.v1.stack:AbandonStack
stack_adopt = heatclient.osc.v1.stack:AdoptStack