We are happy to announce the release of: openstack-ansible-os_cinder 15.1.2: 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.2 ^^^^^^ 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". * For the "os_cinder" role, the systemd unit "TimeoutSec" value which controls the time between sending a SIGTERM signal and a SIGKILL signal when stopping or restarting the service has been reduced from 300 seconds to 120 seconds. This provides 2 minutes for long-lived sessions to drain while preventing new ones from starting before a restart or a stop. The "RestartSec" value which controls the time between the service stop and start when restarting has been reduced from 150 seconds to 2 seconds to make the restart happen faster. These values can be adjusted by using the "cinder_*_init_config_overrides" variables which use the "config_template" task to change template defaults. Deprecation Notes ***************** * The variables "cinder_sigkill_timeout" and "cinder_restart_wait" have been deprecated and will be removed in Pike. Changes in openstack-ansible-os_cinder 15.1.0..15.1.2 ----------------------------------------------------- 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(-)