openstack-ansible-os_glance/releasenotes/notes/glance_init_time_settings-d3cc064fd8acf107.yaml
Jesse Pretorius fe45a9c8f2 Rename release note to unique hash
Change-Id: Ie215b3585c3826d7514cd9e5df5779307b72a6b8
2017-04-28 11:38:32 +01:00

16 lines
823 B
YAML

---
features:
- 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:
- 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.