summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBryan Jones <jonesbr@us.ibm.com>2016-01-26 21:58:26 +0000
committerBryan Jones <jonesbr@us.ibm.com>2016-02-17 19:51:30 +0000
commitd67af77f200e8274c1249531261bc9b64e322a72 (patch)
tree4bde5e96dac5bbb49bd1f91a53918ed5a0b65d1e /setup.cfg
parent61da7b23b27433a61105dd48414b74815db704f5 (diff)
downloadpython-heatclient-d67af77f200e8274c1249531261bc9b64e322a72.tar.gz
OpenstackClient plugin for deployment create
This change implements the 'openstack software deployment create' command. Blueprint: heat-support-python-openstackclient Change-Id: I757ca2896e1e4a0ad96a5f34c34205e099715801
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 b419b5a..c0024c2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,6 +38,7 @@ openstack.orchestration.v1 =
software_config_delete = heatclient.osc.v1.software_config:DeleteConfig
software_config_list = heatclient.osc.v1.software_config:ListConfig
software_config_show = heatclient.osc.v1.software_config:ShowConfig
+ 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_show = heatclient.osc.v1.software_deployment:ShowDeployment