We are pumped to announce the release of: heat-translator 1.3.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.2.0..1.3.0 --------------------------------------- 30f4d2f Support reservation policy in heat-translator de9d98c Update hacking version Diffstat (except docs and test files) ------------------------------------- HACKING.rst | 2 +- lower-constraints.txt | 2 +- requirements.txt | 2 +- test-requirements.txt | 2 +- translator/common/utils.py | 12 ++-- translator/hot/syntax/hot_resource.py | 3 +- translator/hot/tosca/tosca_policies_reservation.py | 64 ++++++++++++++++++++++ translator/hot/tosca/tosca_policies_scaling.py | 3 +- translator/hot/translate_node_templates.py | 9 ++- .../data/hot_output/reservation/SP_RSV_res.yaml | 23 ++++++++ .../reservation/hot_reservation_scaling.yaml | 44 +++++++++++++++ .../reservation/tosca-vnfd-reservation-id.yaml | 60 ++++++++++++++++++++ 14 files changed, 243 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2474492..e5f5c47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ six>=1.10.0 # MIT -tosca-parser>=1.0.0 # Apache-2.0 +tosca-parser>=1.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8f58289..703ab95 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0