Files
ironic/releasenotes/notes/conductor-graceful-shutdown-timeout-db26a9194cf27bc2.yaml
Harald Jensås c0a83a46a9 Stop using oslo.service graceful_shutdown_timeout
Add option in ironic.conf's condutor section:
`[conductor]/graceful_shutdown_timeout`.

Set `deprecated_group=DEFAULT` and add `deprecated_reason`.

Change-Id: I7dcc66802d0dc2baef7a932458ae255bfa0f9514
2025-06-25 20:50:34 +02:00

17 lines
615 B
YAML

---
upgrade:
- |
The configuration option `[DEFAULT]/graceful_shutdown_timeout` from
`oslo.service` has been replaced by configuration option
`[conductor]/graceful_shutdown_timeout`.
The default value (`60` seconds) has not changed, operators using a custom
value for should update their configuration files to use the new option.
deprecations:
- |
The configuration option `[DEFAULT]/graceful_shutdown_timeout` from
`oslo.service` has been deprecated, replaced by
`[conductor]/graceful_shutdown_timeout`. This change was triggered by the
need to remove usage of eventlet.