[release-announce] [openstackansible] openstack-ansible-os_heat 17.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 14 11:22:21 UTC 2018


We are psyched to announce the release of:

openstack-ansible-os_heat 17.0.0: os_heat for OpenStack Ansible

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/openstack-ansible-os_heat/

For more details, please see below.

Changes in openstack-ansible-os_heat 16.0.0.0rc1..17.0.0
--------------------------------------------------------

7eff32a Skip logging for haproxy health checks
3b8f0b6 Updated from OpenStack Ansible Tests
a876a96 Zuul: Remove project name
da65ed9 Remove CloudWatch API
162b7d9 Point to Queens instead of master
46668e2 Update UPPER_CONSTRAINTS_FILE for stable/queens
53587f6 Update .gitreview for stable/queens
dda5325 Updated from global requirements
0369dbe Updated from OpenStack Ansible Tests
ec62894 Replace virtualenv-tools by a script
d1d8879 Updated from global requirements
9c1eab0 Update paste, policy and rootwrap configurations 2017-12-19
d9b4966 Add MySQL connection SSL support
8fcd291 Update static files
acc3a0f Allow the experimental trigger of the integrated repo
25e5153 Updated from OpenStack Ansible Tests
c7410c5 Remove pip_install dependency
903ebc7 Remove setting of version/release from releasenotes
3a7cde3 Updated from OpenStack Ansible Tests
82ddbf5 Remove unified queue from gate pipeline
bb21948 Add openstack-ansible-linters test
dfb3a91 Initial OSA zuul v3 role jobs
9ad974d Add OpenStack-Ansible metadata
bff87d9 Fix ssl
d4e15dc Updated from global requirements
85d8901 Updated from global requirements
8196047 Updated from OpenStack Ansible Tests
2392d89 Updated from OpenStack Ansible Tests
848c291 Updated from OpenStack Ansible Tests
32bf5e6 Update reno for stable/pike
a10dcef Updated from global requirements
bcb7019 tasks: heat_install: Fix virtualenv-tools issue on openSUSE


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

.gitreview                          |  1 +
README.rst                          |  1 -
Vagrantfile                         |  2 +
bindep.txt                          | 25 +++--------
defaults/main.yml                   | 30 ++-----------
meta/main.yml                       |  1 -
meta/openstack-ansible.yml          | 20 +++++++++
releasenotes/source/conf.py         | 18 +++-----
releasenotes/source/index.rst       |  5 ++-
releasenotes/source/pike.rst        |  6 +++
tasks/heat_install.yml              | 12 +++--
tasks/heat_post_install.yml         |  4 --
templates/api-paste.ini.j2          | 17 --------
templates/heat-uwsgi.ini.j2         |  3 ++
templates/heat.conf.j2              |  8 +---
templates/policy.json.j2            | 87 -------------------------------------
test-requirements.txt               | 14 +++---
tox.ini                             | 17 ++++++--
zuul.d/jobs.yaml                    | 21 +++++++++
zuul.d/project.yaml                 | 32 ++++++++++++++
27 files changed, 182 insertions(+), 230 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index ae8c323..09d54c4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-bashate>=0.2 # Apache-2.0
+bashate>=0.5.1 # Apache-2.0
@@ -6,2 +6,2 @@ flake8<2.6.0,>=2.5.4 # MIT
-pyasn1!=0.2.3 # BSD
-pyOpenSSL>=0.14 # Apache-2.0
+pyasn1!=0.2.3,>=0.1.8 # BSD
+pyOpenSSL>=16.2.0 # Apache-2.0
@@ -12,4 +12,4 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
-doc8 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+doc8>=0.6.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list