summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Vanderwiel <vanderwl@us.ibm.com>2016-01-21 10:19:34 -0600
committerMark Vanderwiel <vanderwl@us.ibm.com>2016-02-09 15:57:32 -0600
commitdaa8abeb229f86377c8c541b499d9aab4b7e81aa (patch)
treee08c29392c1d4c0ffaea311fbd4b493878939dd3 /setup.cfg
parent421dab65b326b1a28676186450229874010c4a01 (diff)
downloadpython-heatclient-daa8abeb229f86377c8c541b499d9aab4b7e81aa.tar.gz
Add openstack client software config create
Add the openstack software config create command. orchestration resource type and show Based from the existing heat commands: heat config-create Change-Id: I2b29653c2780ea1dbf00295aa5684c884013fed5 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 7153464..2c1725c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,6 +32,7 @@ openstack.cli.extension =
openstack.orchestration.v1 =
orchestration_template_function_list = heatclient.osc.v1.template:FunctionList
orchestration_template_version_list = heatclient.osc.v1.template:VersionList
+ software_config_create = heatclient.osc.v1.software_config:CreateConfig
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