summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordixiaoli <dixiaobj@cn.ibm.com>2016-02-29 15:13:53 +0800
committerdixiaoli <dixiaobj@cn.ibm.com>2016-03-01 13:22:32 +0800
commitaee1611ffa69eaa841fe6708478b8945b6c0bd81 (patch)
treeea2d83a1ec4b17b2bc263e199e089b91579f569d /setup.cfg
parentf2ee326466eb1a144afac51912c63e7be8af1989 (diff)
downloadpython-heatclient-aee1611ffa69eaa841fe6708478b8945b6c0bd81.tar.gz
Add OSC plugin for openstack orchestation service list
This change implements the "openstack orchestration service list" command Based on the existing heat command: heat service-list Change-Id: I9ded1f344dabbb8579005923d68d3ebb4f296ed5 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 4d2d7de..d1c9e58 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,6 +31,7 @@ openstack.cli.extension =
openstack.orchestration.v1 =
orchestration_build_info = heatclient.osc.v1.build_info:BuildInfo
+ orchestration_service_list = heatclient.osc.v1.service:ListService
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