summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Vanderwiel <vanderwl@us.ibm.com>2016-01-21 14:15:18 -0600
committerMark Vanderwiel <vanderwl@us.ibm.com>2016-02-09 11:59:26 -0600
commit6c8e03798cfee90980752123a1c6f23f25346145 (patch)
treef0531687f31e294c7288643295b3625913cb48f9 /setup.cfg
parentd1116972d53993b7d2dbef52a6d4c3d57e746d59 (diff)
downloadpython-heatclient-6c8e03798cfee90980752123a1c6f23f25346145.tar.gz
Add openstack client software config list
Add the openstack software config list command. Based from the existing heat commands: heat config-list Change-Id: I2016d859bbfcc4759a9032af73218e3cbc801594 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 9f32019..bea4662 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,6 +33,7 @@ openstack.orchestration.v1 =
orchestration_template_function_list = heatclient.osc.v1.template:FunctionList
orchestration_template_version_list = heatclient.osc.v1.template:VersionList
software_config_delete = heatclient.osc.v1.software_config:DeleteConfig
+ software_config_list = heatclient.osc.v1.software_config:ListConfig
software_deployment_delete = heatclient.osc.v1.software_deployment:DeleteDeployment
software_deployment_list = heatclient.osc.v1.software_deployment:ListDeployment
stack_abandon = heatclient.osc.v1.stack:AbandonStack