[release-announce] heat-translator 1.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 20 16:46:53 UTC 2018


We are gleeful to announce the release of:

heat-translator 1.1.0: Tool to translate non-heat templates to Heat
Orchestration Template.

This release is part of the rocky 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

Please report issues through launchpad:

    https://bugs.launchpad.net/heat-translator

For more details, please see below.

Changes in heat-translator 1.0.0..1.1.0
---------------------------------------

74f6c5b fix tox python3 overrides
fd75f0c Fix 'Placement' policies not translated
17aedac Follow the new PTI for document build
060361f Switch from oslosphinx to openstackdocstheme
9e3a615 Move usage from deprecated Ceilometer API to Gnocchi API
af19e05 Trivial: Update pypi url to new url
783848b add lower-constraints job
9611dff Updated from global requirements
5fc4173 fix a spelling error
2a71a16 Updated from global requirements
f105a8a Updated from global requirements
7bdc2c4 Updated from global requirements
d2ba9e0 Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  5 +-
README.rst                                         |  6 +-
lower-constraints.txt                              | 81 ++++++++++++++++++++++
requirements.txt                                   |  8 +--
setup.cfg                                          | 10 +--
test-requirements.txt                              |  2 -
tox.ini                                            | 15 +++-
translator/hot/syntax/hot_resource.py              | 22 +++---
.../hot/tosca/tosca_cluster_policies_scaling.py    | 18 +++--
translator/hot/tosca/tosca_policies.py             |  9 ++-
translator/hot/tosca/tosca_policies_monitoring.py  | 20 +++---
translator/hot/tosca/tosca_policies_scaling.py     | 17 +++--
translator/hot/translate_node_templates.py         |  3 +
.../autoscaling/tosca_cluster_autoscaling.yaml     |  8 ++-
.../hot_output/autoscaling/hot_autoscaling.yaml    | 11 +--
.../autoscaling/hot_cluster_autoscaling.yaml       |  9 +--
.../monitoring/hot_monitoring_scaling.yaml         | 20 +++---
.../hot_output/nfv/hot_policy_anti_affinity.yaml   | 26 +++++++
.../hot_output/nfv/hot_policy_soft_affinity.yaml   | 26 +++++++
.../data/monitoring/tosca_monitoring_scaling.yaml  | 14 ++--
.../data/nfv/tosca_placement_policy_affinity.yaml  | 35 ++++++++++
.../nfv/tosca_placement_policy_anti_affinity.yaml  | 36 ++++++++++
.../nfv/tosca_placement_policy_soft_affinity.yaml  | 35 ++++++++++
33 files changed, 423 insertions(+), 101 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 668264c..4b1b43c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
-PyYAML>=3.10 # MIT
-python-dateutil>=2.4.2 # BSD
+PyYAML>=3.12 # MIT
+python-dateutil>=2.5.3 # BSD
@@ -10,2 +10,2 @@ six>=1.10.0 # MIT
-tosca-parser>=0.8.1 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+tosca-parser>=1.0.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9968820..8f58289 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ oslotest>=3.2.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
@@ -10 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,>=1.6.2 # BSD






More information about the Release-announce mailing list