[openstackansible] openstack-ansible-os_glance 14.2.4 (newton)
We are satisfied to announce the release of: openstack-ansible-os_glance 14.2.4: os_glance for OpenStack Ansible This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_glance/ For more details, please see below. 14.2.4 ^^^^^^ 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 14.2.2..14.2.4 ----------------------------------------------------- 332a740 Rename reno to avoid conflict on integrated repo e640666 Rename release note to unique hash 115e289 Reduce init restart time 0e874f2 Ensure the components are isolated from the system 6e31423 Enable proxy headers parsing Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 9 +++++++++ .../glance-init-config-overrides-dfce7e419061c4da.yaml | 10 ++++++++++ .../notes/glance_init_time_settings-d3cc064fd8acf107.yaml | 15 +++++++++++++++ tasks/glance_init_systemd.yml | 4 +++- templates/glance-api.conf.j2 | 5 +++++ templates/glance-systemd-init.j2 | 11 ++++++++++- templates/glance-upstart-init.j2 | 4 ++++ 7 files changed, 56 insertions(+), 2 deletions(-)
participants (1)
-
no-reply@openstack.org