heat-translator 1.2.0 (stein)
We are satisfied to announce the release of: heat-translator 1.2.0: Tool to translate non-heat templates to Heat Orchestration Template. This release is part of the stein release series. The source is available from: http://git.openstack.org/cgit/openstack/heat-translator/ Download the package from: https://pypi.org/project/heat-translator For more details, please see below. Changes in heat-translator 1.1.0..1.2.0 --------------------------------------- 752469f Update the bugs link to storyboard fb1b30e Remove support for py34 a465e4c Change openstack-dev to openstack-discuss b5ef640 Add py36 to tox.ini and setup.cfg ef32ac6 Use oslo.log for osc plugin be7d661 Update the URL in HACKING.rst 721e4bc fix bug link in readme 4c9259f Use templates for cover and lower-constraints e871cc7 add python 3.6 unit test job 76f45fc switch documentation job to new PTI 668b7ff import zuul job settings from project-config b8c2c86 Trivial: Fix unnecessary redundant code Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 13 ++++++--- CONTRIBUTING.rst | 4 +-- HACKING.rst | 2 +- README.rst | 4 +-- lower-constraints.txt | 1 + requirements.txt | 2 ++ setup.cfg | 4 +-- tox.ini | 2 +- translator/hot/translate_node_templates.py | 4 +-- translator/osc/v1/translate.py | 12 +++----- .../nfv/test_tosca_unsupported_policy_type.yaml | 32 ++++++++++++++++++++++ 13 files changed, 73 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4b1b43c..2474492 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,0 +16,2 @@ requests>=2.14.2 # Apache-2.0 + +oslo.log>=3.36.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org