[release-announce] [openstackansible] openstack-ansible-os_cinder 15.1.1 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 19 10:01:26 UTC 2017


We are pleased to announce the release of:

openstack-ansible-os_cinder 15.1.1: os_cinder role for OpenStack-
Ansible

This release is part of the ocata stable release series.

Download the package from:

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

For more details, please see below.

15.1.1
^^^^^^


New Features
************

* Add support for the cinder v3 api. This is enabled by default, but
  can be disabled by setting the "cinder_enable_v3_api" variable to
  "false".

* The "cinder_sigkill_timeout" was introduced to control the time
  between sending a SIGTERM signal and a SIGKILL signal when stopping
  or restarting services. This can help in letting long-lived sessions
  drain while preventing new ones from starting before a restart.
  Default is 120 seconds (was harcoded to 300 seconds).

* The "cinder_restart_wait" variable has been added to control the
  time between restarts of cinder services. Default is 5 seconds (was
  hardcoded to 150 seconds).


Upgrade Notes
*************

* The "cinder_sigkill_timeout" was introduced to control the time
  between sending a SIGTERM signal and a SIGKILL signal when stopping
  or restarting services. This can help in letting long-lived sessions
  drain while preventing new ones from starting before a restart.
  Default is 120 seconds (was harcoded to 300 seconds).

* The "cinder_restart_wait" variable has been added to control the
  time between restarts of cinder services. Default is 5 seconds (was
  hardcoded to 150 seconds).

Changes in openstack-ansible-os_cinder 15.1.0..15.1.1
-----------------------------------------------------

7e25a37 Do a whole word grep
ba5d77c Adjust cinder init restart times, provide variable
1e1f12c Add support for cinder v3 api
997ade6 Fix Cinder upgrade jobs


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

defaults/main.yml                                   | 21 +++++++++++++++++++++
.../notes/cinder_api_v3-cc53677ce77d97c3.yaml       |  5 +++++
.../cinder_init_time_settings-1ef46f6b9d4fc1df.yaml | 19 +++++++++++++++++++
tasks/cinder_backends.yml                           |  4 ++--
tasks/cinder_service_setup.yml                      |  9 +++++++++
templates/cinder-systemd-init.j2                    |  4 ++--
templates/cinder.conf.j2                            |  1 +
8 files changed, 61 insertions(+), 5 deletions(-)






More information about the Release-announce mailing list