[release-announce] [openstackansible] openstack-ansible-os_heat 16.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 14 17:23:23 UTC 2017


We are ecstatic to announce the release of:

openstack-ansible-os_heat 16.0.0: os_heat for OpenStack Ansible

This release is part of the pike 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 15.0.0.0rc1..16.0.0
--------------------------------------------------------

949f26d Updated from OpenStack Ansible Tests
ad59562 Updated from OpenStack Ansible Tests
5033ad5 Update vars and test tooling for Pike
e85e2cf tasks: heat_install: Fix virtualenv-tools issue on openSUSE
525d787 Update UPPER_CONSTRAINTS_FILE for stable/pike
a498f01 Update .gitreview for stable/pike
b7893bc Updated from OpenStack Ansible Tests
39b5472 Updated from OpenStack Ansible Tests
2b5fe2e Implement uWSGI for heat api services
dea0d5d Add dnf support
c4a6ef3 Updated from OpenStack Ansible Tests
bbc73d3 Updated from OpenStack Ansible Tests
a8ba246 Updated from global requirements
38a3b67 Fixes incorrect title
b51cdc3 Update URLs in documents according to document migration
1d0d71e Add support for the openSUSE Leap distributions
f7de00c Optimise role execution
b562e3a Updated from OpenStack Ansible Tests
a538f80 Updated from OpenStack Ansible Tests
9c1d8e5 Fix openstackdocstheme settings
7a5b703 Updated from global requirements
33c1cdf Switch from oslosphinx to openstackdocstheme
1d980c7 Updated from OpenStack Ansible Tests
bfaba54 Updated from global requirements
8c37a5e Updated from global requirements
972e8b5 Deprecate rpc_backend option
d32e210 Switch to Cryptography over pycrypto
44490a3 Ensure that role tests pin pip/setuptools/wheel
ea3e1a4 Updated from global requirements
7eb8891 Deprecate profiler_enabled option
3a6a6fb Update paste, policy and rootwrap configurations 2017-05-26
bca8870 Allow the developer constraints to be adjusted
a3c55be Deprecate rabbit_use_ssl option
20ea650 Add venv_tag local fact
928f123 Updated from global requirements
55f631e Fix for lookup and get_url occuring in different places
0d2f66f Use zuul-cloner for tests repo in OpenStack-CI
b1721a7 Use package module to install distro packages
59b7938 Rename release note to unique hash
534942a Reduce init restart/kill times
acfb5cc Standardize test vars
669acc5 Rename reno to avoid conflict on integrated repo
07d59dd Ensure the components are isolated from the system
2c4fd4a Install python2-pyOpenSSL package on CentOS
42b2bd4 Updated from global requirements
92e3830 Setting SoftwareConfig Defaults
3d16c31 Cap the number of worker threads
74319d1 Updated from global requirements
55c1417 Updated from global requirements
6bfaf82 Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
dd33401 Implementing stricter permissions on config files
4edf463 Use https instead of http for git.openstack.org
7d14da8 Update reno for stable/ocata


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

.gitignore                                         |  4 +-
.gitreview                                         |  1 +
Vagrantfile                                        | 49 +++++++++--
bindep.txt                                         | 46 +++++++---
defaults/main.yml                                  | 60 +++++++++++--
handlers/main.yml                                  |  9 +-
meta/main.yml                                      | 10 ++-
.../capping_heat_workers-13791c456e59277d.yaml     |  6 ++
...eat-init-config-overrides-004872081661a34c.yaml | 10 +++
.../heat_init_time_settings-5f9f7cd4326ded97.yaml  | 23 +++++
.../notes/heat_uwsgi-11d691aa4d47c35d.yaml         | 20 +++++
.../notes/remove_rpc_backend-1163da2fe9418315.yaml |  5 ++
releasenotes/source/conf.py                        | 11 ++-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ocata.rst                      |  6 ++
setup.cfg                                          |  2 +-
setup.py                                           |  2 +-
tasks/heat_init_common.yml                         | 27 ------
tasks/heat_init_systemd.yml                        | 31 ++++---
tasks/heat_install.yml                             | 42 ++++++---
tasks/heat_install_apt.yml                         | 26 ------
tasks/heat_install_yum.yml                         | 25 ------
tasks/heat_post_install.yml                        |  4 +-
tasks/heat_uwsgi.yml                               | 32 +++++++
tasks/main.yml                                     | 18 +++-
templates/heat-systemd-init.j2                     | 19 +++--
templates/heat-systemd-tmpfiles.j2                 |  4 +-
templates/heat-uwsgi.ini.j2                        | 19 +++++
templates/heat.conf.j2                             | 15 ++--
templates/policy.json.j2                           |  2 +
test-requirements.txt                              | 11 ++-
tox.ini                                            | 22 ++---
vars/main.yml                                      | 31 +++++++
vars/suse-42.yml                                   |  1 +
42 files changed, 618 insertions(+), 260 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a5433f9..ae8c323 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ flake8<2.6.0,>=2.5.4 # MIT
-pyasn1 # BSD
+pyasn1!=0.2.3 # BSD
@@ -8 +8 @@ pyOpenSSL>=0.14 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -12,3 +12,2 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-openstackdocstheme>=1.5.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0
@@ -16 +15 @@ doc8 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list