summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Vanderwiel <vanderwl@us.ibm.com>2016-03-04 14:36:13 -0600
committerMark Vanderwiel <vanderwl@us.ibm.com>2016-03-24 10:26:52 -0500
commit1d4c407fc53ed2b57377095f0f5d99079afcf51f (patch)
tree7a0488795ad94ef57cc30441378fc93cbb3903cc /setup.cfg
parentf13d36ae0114e159663ea2a3fa07260df9d9407d (diff)
downloadpython-heatclient-1d4c407fc53ed2b57377095f0f5d99079afcf51f.tar.gz
OSC plugin for orchestration template validate
This change implements "openstack orchestration template validate" command Based from the existing heat commands: heat template-validate This is different from the stack create/update --dry-run which used the preview api, this uses the validate api. Change-Id: Icf5794ad6bb35574a060f095d7ef10e6a46ca2fe 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 d1c9e58..da8889c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,6 +33,7 @@ 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_validate = heatclient.osc.v1.template:Validate
orchestration_template_version_list = heatclient.osc.v1.template:VersionList
orchestration_resource_type_list = heatclient.osc.v1.resource_type:ResourceTypeList
orchestration_resource_type_show = heatclient.osc.v1.resource_type:ResourceTypeShow