Remove the unused action wrapper for processing templates

Change-Id: I6e42f17924614784b3c454ddc39b3ae3efcafd5d
This commit is contained in:
Dougal Matthews 2017-06-29 11:51:13 +01:00
parent 82b501b322
commit 0a78775e7c
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from tripleoclient.workflows import base
def process_templates(workflow_client, **workflow_input):
return base.call_action(workflow_client, 'tripleo.templates.process',
**workflow_input)