tripleo-heat-templates/releasenotes/notes/fix-default-of-nova-sync-power-state-interval-90778dbcb0104130.yaml
Takashi Kajinami 5ff2741130 Make default of NovaSyncPowerStateInterval consistent with nova
Currently default of the NovaSyncPowerStateInterval parameter is 0, but
this makes the parameter use the default value defined in oslo.service
(which is 60 seconds) instead of the default defined in nova(which is
600 seconds).
Because it is more reasonable to use the default defined in service
itlself, this change updates the default of that parameter to be
consistent with the default defined in nova.

Closes-Bug: #1916380
Change-Id: I4bc97cc3f361b5ada15fee81ccc1036485d4529c
2021-08-18 14:44:18 +00:00

7 lines
183 B
YAML

---
fixes:
- |
Default of the ``NovaSyncPowerStateInterval`` parameter has been changed
from 0 to 600, to use the default value consistent with the one defined in
nova.