[openstackansible] openstack-ansible-os_glance 16.0.0 (pike)
We are overjoyed to announce the release of: openstack-ansible-os_glance 16.0.0: os_glance for OpenStack Ansible This release is part of the pike 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 15.0.0.0rc1..16.0.0 ---------------------------------------------------------- 6101997 Update paste, policy and rootwrap configurations 2017-09-04 727ba1d Updated from OpenStack Ansible Tests 695977e Updated from OpenStack Ansible Tests a153287 Update vars and test tooling for Pike 74a8261 Remove glare-paste.ini template af22504 tasks: glance_install: Fix virtualenv-tools issue on openSUSE 92f4391 Update UPPER_CONSTRAINTS_FILE for stable/pike 54dc895 Update .gitreview for stable/pike 01cbd08 Updated from OpenStack Ansible Tests dd0ecc0 Updated from OpenStack Ansible Tests fbeca2d Add dnf support d097e5f Updated from OpenStack Ansible Tests f006b20 Updated from OpenStack Ansible Tests e16c521 Updated from global requirements 8c2f4b0 Implement uWSGI for glance-api c2e384e Update URLs in documents according to document migration 3bbd8d1 Include ceph_client role if needed 9a8481b Revert "Only sync glance database on major versions" f006470 Cast the resulting intersect set into a list a95b64f Updated from OpenStack Ansible Tests 1335990 Improve inventory scoping for limited play execution b0a81bd Updated from OpenStack Ansible Tests e9ae99e Add support for the openSUSE Leap distributions 6e74637 Switch from run_once back to inventory scoping 4268636 Hedge upgrade process against no software change 599fb64 Fix openstackdocstheme settings af9142e Use listen instead of chained notifiers 545e362 Ensure that services restart in a particular order 181c1f5 Flag glance service for restart after updates c5d7434 Updated from global requirements 647c4e3 Only sync glance database on major versions ec8a57a Switch from oslosphinx to openstackdocstheme 3f5e8a7 Updated from OpenStack Ansible Tests eea85d2 Pass packages to install as a list c82d7f8 Deprecate rpc_backend option 10fc37d Switch to Cryptography over pycrypto d319fd2 Install openstacksdk for rolling upgrade test da64415 Updated from global requirements 2d1ae83 Updated from global requirements 15dc3e3 Ensure that role tests pin pip/setuptools/wheel 9092d1d Updated from global requirements 3d3917f Run service test during glance upgrade 5e6440c Allow the developer constraints to be adjusted aa4910a Use command instead of debug for handlers 4d6e4d8 Ensure that policy file has correct group/mode fc3c42c Correct name of service in test script 48d8f26 Deprecate rabbit_use_ssl option ba38eeb Add venv_tag local fact 300b1ad Updated from global requirements 306c783 Fix for lookup and get_url occuring in different places 7727f7d Use zuul-cloner for tests repo in OpenStack-CI 22f93d5 Remove duplicate Release note. fe45a9c Rename release note to unique hash 9aa3e00 Reduce init restart time 1e9e5a6 Optimise apt cache update task cadb6bd Perform an atomic policy file change 2a200d7 Standardize test vars fe6e32e Default to "omit" mode from directory creation f7497ca Rename reno to avoid conflict on integrated repo 3a1dfa5 Rename reno to avoid conflict on integrated repo bababac Enable proxy headers parsing f39ef21 [Trivial] Fix init unit file comment 96576b8 Ensure the components are isolated from the system 78b7d8a Install python2-pyOpenSSL package on CentOS 665ce96 Updated from global requirements ca39632 Update test role to use stable/ocata in master c18d970 Cap the number of worker threads 8a29cb3 Split upgrade testing into it's own shell script 0f88dc6 Updated from global requirements 03b4f6b Updated from global requirements 9814664 Update upgrade test to use stable/ocata 8117a82 Implementing stricter permissions on config files 3bf6db5 Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant b1ef3f7 Use https instead of http for git.openstack.org feb724b Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitignore | 8 +- .gitreview | 1 + README.rst | 2 +- Vagrantfile | 49 ++++++++-- bindep.txt | 46 +++++++--- defaults/main.yml | 37 +++++++- handlers/main.yml | 51 +++++++++-- meta/main.yml | 7 +- .../capping_glance_workers-54afc20c20baa14e.yaml | 6 ++ ...nce-init-config-overrides-d1c8c3dcc50c109a.yaml | 10 ++ ...glance_init_time_settings-d3cc064fd8acf107.yaml | 15 +++ .../notes/glance_uwsgi-dd5fe62e6f85ecd2.yaml | 12 +++ .../notes/remove_rpc_backend-a37345891a987f21.yaml | 5 + releasenotes/source/conf.py | 11 ++- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++ setup.cfg | 2 +- setup.py | 2 +- tasks/glance_init_common.yml | 27 ------ tasks/glance_init_systemd.yml | 31 +++---- tasks/glance_install.yml | 49 +++++++--- tasks/glance_post_install.yml | 6 +- tasks/glance_pre_install.yml | 4 +- tasks/glance_uwsgi.yml | 32 +++++++ tasks/main.yml | 28 +++++- templates/glance-api.conf.j2 | 13 +-- templates/glance-glare-paste.ini.j2 | 60 ------------ templates/glance-registry.conf.j2 | 7 +- templates/glance-systemd-init.j2 | 15 ++- templates/glance-systemd-tmpfiles.j2 | 4 +- templates/glance-uwsgi.ini.j2 | 19 ++++ templates/policy.json.j2 | 9 +- test-requirements.txt | 11 +-- tox.ini | 31 +++---- vars/main.yml | 31 +++++++ vars/redhat-7.yml | 1 + vars/suse-42.yml | 24 +++++ vars/ubuntu-16.04.yml | 1 + 51 files changed, 866 insertions(+), 291 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
participants (1)
-
no-reply@openstack.org