We are pumped to announce the release of: openstack-ansible-os_glance 15.1.3: os_glance for OpenStack Ansible This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_glance/ For more details, please see below. 15.1.3 ^^^^^^ New Features ************ * New variables have been added to allow a deployer to customize a glance systemd unit file to their liking. * The task dropping the glance 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. * For the "os_glance" role, the systemd unit "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. This value can be adjusted by using the "glance_*_init_config_overrides" variables which use the "config_template" task to change template defaults. Upgrade Notes ************* * For the "os_glance" role, the systemd unit "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. This value can be adjusted by using the "glance_*_init_config_overrides" variables which use the "config_template" task to change template defaults. Changes in openstack-ansible-os_glance 15.1.2..15.1.3 ----------------------------------------------------- 9a0c338 Rename reno to avoid conflict on integrated repo f3e2f71 Rename release note to unique hash 9e0d043 [Trivial] Fix init unit file comment ef7eec3 Reduce init restart time c69c827 Ensure the components are isolated from the system 274fcf1 Perform an atomic policy file change b7d7f40 Optimise apt cache update task b1985cf Enable proxy headers parsing Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 9 ++++ handlers/main.yml | 48 ++++++++++++++++++++-- meta/main.yml | 2 +- ...nce-init-config-overrides-dfce7e419061c4da.yaml | 10 +++++ ...glance_init_time_settings-d3cc064fd8acf107.yaml | 15 +++++++ tasks/glance_init_common.yml | 27 ------------ tasks/glance_init_systemd.yml | 6 ++- tasks/glance_install.yml | 9 +--- tasks/glance_post_install.yml | 2 +- tasks/main.yml | 2 +- templates/glance-api.conf.j2 | 5 +++ templates/glance-systemd-init.j2 | 11 ++++- 12 files changed, 104 insertions(+), 42 deletions(-)