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

no-reply at openstack.org no-reply at openstack.org
Wed Mar 14 11:19:33 UTC 2018


We are overjoyed to announce the release of:

openstack-ansible-os_glance 17.0.0: os_glance for OpenStack Ansible

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

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

455e80c Skip logging for haproxy health checks
5308f97 Remove registry options from scrubber config
6db59e3 Updated from OpenStack Ansible Tests
a4d3b8e Point to Queens instead of master
de389a4 Update UPPER_CONSTRAINTS_FILE for stable/queens
09f6cc5 Update .gitreview for stable/queens
025f1c1 Zuul: Remove project name
594412d Use a venv with previous ansible version for upgrades
16778e2 Set glance images dir owners each time
4e2dddf Replace virtualenv-tools by a script
e6be63f Updated from global requirements
9e90689 Updated from OpenStack Ansible Tests
ce44dc6 Fix upgrade test
f0c7448 tests: test-glance-upgrades.sh: Remove the exit trap
e5ac2f0 Add MySQL connection SSL support
477d44c Update glance NFS for systemd
43aa004 Fix systemd init template for program override
c63b617 Allow the experimental trigger of the integrated repo
6043bb0 Updated from OpenStack Ansible Tests
5f4fc3e Remove pip_install dependency
6c260ba Remove jinja2 delimiters from when
02dbb9a Use glance_services to get group name
4e0c72c Template api/registry enablement settings properly
6534ebe Implement testing using tempest
4fa9872 Disable glance-registry and the v1 API by default
1416013 Allow deployment without glance-registry
6adc4a4 Remove setting of version/release from releasenotes
1f16d86 Updated from OpenStack Ansible Tests
5842a24 Add external LB management handler hook interface
45d84bf Remove unified queue from gate pipeline
0e8e780 Add openstack-ansible-linters test
2cab2c2 Update upgrade role for Queens from P
73dc946 Add OpenStack-Ansible metadata
a460f7d Updated from global requirements
ec5b3db Update links in CONTRIBUTING.rst
5deac65 Updated from OpenStack Ansible Tests
8e7fed0 Updated from global requirements
90b0124 Updated from OpenStack Ansible Tests
c474697 Updated from OpenStack Ansible Tests
80e902a Update paste, policy and rootwrap configurations 2017-08-25
f985ed3 Updated from OpenStack Ansible Tests
2e952ea Update upgrade role for Pike
8a7d8f9 Remove glare-paste.ini template
54c6069 Fix a typo
d8e6236 Update reno for stable/pike
6d06dbb Update links in README
2cd3eb1 Updated from global requirements
a6f93be tasks: glance_install: Fix virtualenv-tools issue on openSUSE
4cf5a47 Update paste, policy and rootwrap configurations 2017-08-15


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

.gitreview                                         |  1 +
CONTRIBUTING.rst                                   |  2 +-
README.rst                                         |  4 +-
Vagrantfile                                        |  2 +
bindep.txt                                         | 25 ++-----
defaults/main.yml                                  | 42 ++++++++---
handlers/main.yml                                  | 62 ++++++++++++++++
meta/main.yml                                      |  1 -
meta/openstack-ansible.yml                         | 20 ++++++
...nce-init-config-overrides-d1c8c3dcc50c109a.yaml |  2 +-
.../notes/glance-v2-api-only-0d4a61b0d4dade18.yaml | 22 ++++++
.../notes/systemd-nfs-setup-5c35c23eda4443be.yaml  | 11 +++
releasenotes/source/conf.py                        | 18 ++---
releasenotes/source/index.rst                      |  5 +-
releasenotes/source/pike.rst                       |  6 ++
tasks/glance_init_systemd.yml                      | 11 +--
tasks/glance_install.yml                           | 14 ++--
tasks/glance_post_install.yml                      | 36 ++++++++--
tasks/glance_pre_install.yml                       | 18 ++++-
tasks/glance_uwsgi.yml                             |  1 +
tasks/main.yml                                     | 10 +--
templates/glance-api.conf.j2                       | 14 ++--
templates/glance-glare-paste.ini.j2                | 60 ----------------
templates/glance-manage.conf.j2                    |  2 +-
templates/glance-registry.conf.j2                  |  7 +-
templates/glance-scrubber.conf.j2                  |  6 --
templates/glance-systemd-init.j2                   |  2 +-
templates/glance-systemd-mount.j2                  | 12 ++++
templates/glance-uwsgi.ini.j2                      |  6 ++
templates/policy.json.j2                           |  9 +--
templates/rootwrap.conf.j2                         | 27 +++++++
test-requirements.txt                              | 14 ++--
tox.ini                                            | 54 ++++++++++++--
vars/redhat-7.yml                                  |  5 +-
vars/suse-42.yml                                   |  5 +-
vars/ubuntu-16.04.yml                              |  5 +-
zuul.d/jobs.yaml                                   | 42 +++++++++++
zuul.d/project.yaml                                | 40 +++++++++++
60 files changed, 804 insertions(+), 385 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