From 48da17bfedb683b624faf08d2e0b7552d56cff21 Mon Sep 17 00:00:00 2001 From: spisarski Date: Fri, 2 Jun 2017 15:31:53 -0600 Subject: Added support for applying Heat Templates Second patch expanded support to both files and dict() objects. Third patch exposes new accessor for status and outputs. JIRA: SNAPS-86 Change-Id: Ie7e8d883b4cc1a08dbe851fc9cbf663396334909 Signed-off-by: spisarski --- snaps/provisioning/heat/__init__.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 snaps/provisioning/heat/__init__.py (limited to 'snaps/provisioning') diff --git a/snaps/provisioning/heat/__init__.py b/snaps/provisioning/heat/__init__.py new file mode 100644 index 0000000..271c742 --- /dev/null +++ b/snaps/provisioning/heat/__init__.py @@ -0,0 +1,15 @@ +# Copyright (c) 2017 Cable Television Laboratories, Inc. ("CableLabs") +# and others. All rights reserved. +# +# 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. +__author__ = 'spisarski' -- cgit 1.2.3-korg