nova/releasenotes/notes/expose-shutdown-retry-interval-d83724ade1b44e62.yaml
Raoul Hidalgo Charman 197539d7a0 Expose shutdown retry interval as config setting
This option is in the driver interface but was hard coded in the manager
class.

Defaults to old value (10 seconds) if not set in configuration file.

Change-Id: I0c8db2efec6098c017aad2f6588938bc548db139
2018-04-10 14:36:01 +01:00

7 lines
198 B
YAML

---
features:
- |
The shutdown retry interval in powering off instances can now be set using
the configuration setting ``shutdown_retry_interval``, in the
compute configuration group.