summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordixiaoli <dixiaobj@cn.ibm.com>2016-02-29 14:46:15 +0800
committerdixiaoli <dixiaobj@cn.ibm.com>2016-03-01 10:31:31 +0800
commitd058207867c5deca673864c0dfb4e18d3029e927 (patch)
tree9de38640c2136b2e8c7567450f4dc41f7a640707 /setup.cfg
parent4f4575565cf0f93781f4fb273ad65342536c33c2 (diff)
downloadpython-heatclient-d058207867c5deca673864c0dfb4e18d3029e927.tar.gz
Add OSC plugin for openstack orchestation build info
This change implements the "openstack orchestration build info" command Based on the existing heat command: heat build-info Change-Id: I8801d56fbe8119c47f708e620f35215c8664cda7 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 57fd8a0..367af4b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,6 +30,7 @@ openstack.cli.extension =
orchestration = heatclient.osc.plugin
openstack.orchestration.v1 =
+ orchestration_build_info = heatclient.osc.v1.build_info:BuildInfo
orchestration_template_function_list = heatclient.osc.v1.template:FunctionList
orchestration_template_version_list = heatclient.osc.v1.template:VersionList
orchestration_resource_type_list = heatclient.osc.v1.resource_type:ResourceTypeList