We are stoked to announce the release of: openstack-ansible-os_cinder 15.1.3: 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.3 ^^^^^^ New Features * New variables have been added to allow a deployer to customize a cinder systemd unit file to their liking. * The task dropping the cinder systemd unit files now uses the "config_template" action plugin allowing deployers access to customize the unit files as they see fit without having to load extra options into the defaults and polute the generic systemd unit file with jinja2 variables and conditionals. Changes in openstack-ansible-os_cinder 15.1.2..15.1.3 ----------------------------------------------------- b8102d6 Rename reno to avoid conflict on integrated repo 5ea67bf Ensure that service restart time matches 021332b [Trivial] Fix init unit file comment 33f7257 Replace var approach with config_template approach 54c2473 Ensure the components are isolated from the system ef711be Optimise apt cache update task 69a4cc1 Only install git when developer_mode is enabled Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 15 ++++++++++- meta/main.yml | 2 +- ...der-init-config-overrides-9e495aee023deed6.yaml | 10 ++++++++ ...cinder_init_time_settings-1ef46f6b9d4fc1df.yaml | 30 ++++++++++------------ tasks/cinder_init_systemd.yml | 4 ++- tasks/cinder_install.yml | 26 ++++++++++++++----- templates/cinder-systemd-init.j2 | 9 +++++++ vars/redhat-7.yml | 1 - vars/ubuntu-16.04.yml | 1 - 9 files changed, 69 insertions(+), 29 deletions(-)