
Add option in ironic.conf's condutor section: `[conductor]/graceful_shutdown_timeout`. Set `deprecated_group=DEFAULT` and add `deprecated_reason`. Change-Id: I7dcc66802d0dc2baef7a932458ae255bfa0f9514
17 lines
615 B
YAML
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.
|
|
|