We contentedly announce the release of: heat-translator 1.4.0: Tool to translate non-heat templates to Heat Orchestration Template. This release is part of the train release series. The source is available from: https://opendev.org/openstack/heat-translator Download the package from: https://pypi.org/project/heat-translator Please report issues through: https://bugs.launchpad.net/heat-translator/+bugs For more details, please see below. Changes in heat-translator 1.3.0..1.4.0 --------------------------------------- 33ac9fd OpenDev Migration Patch 8d98b55 Dropping the py35 testing 68e06e2 Create VNF with parameter file using scaling policy 23c9457 add python 3.7 unit test job Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 2 +- setup.cfg | 1 - tox.ini | 2 +- translator/hot/tosca/tosca_policies_scaling.py | 11 ++- translator/hot/translate_node_templates.py | 8 +- .../nfv/hot_tosca_nfv_autoscaling_with_param.yaml | 66 +++++++++++++++ .../data/hot_output/reservation/SP_RSV_res.yaml | 4 + .../test_tosca_nfv_autoscaling_with_params.yaml | 94 +++++++++++++++++++++ 12 files changed, 316 insertions(+), 10 deletions(-)