[release-announce] [openstackansible] openstack-ansible-os_cinder 14.2.1 (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 19 10:05:42 UTC 2017


We are excited to announce the release of:

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

This release is part of the newton stable release series.

Download the package from:

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

For more details, please see below.

14.2.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 14.2.0..14.2.1
-----------------------------------------------------

f60d5c7 Do a whole word grep
ada2bfd Adjust cinder init restart times, provide variable
3147cfd Add git to stable/newton Trusty installs
f45d3ab Add support for cinder v3 api


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 +
vars/ubuntu-14.04.yml                               |  1 +
8 files changed, 60 insertions(+), 4 deletions(-)






More information about the Release-announce mailing list