Merge "Make default of NovaSyncPowerStateInterval consistent with nova"

This commit is contained in:
Zuul 2021-08-26 12:11:19 +00:00 committed by Gerrit Code Review
commit 1261db7260
2 changed files with 9 additions and 2 deletions

View File

@ -88,8 +88,9 @@ parameters:
type: number
description:
Interval to sync power states between the database and the hypervisor. Set
to -1 to disable. Setting this to 0 will run at the default rate.
default: 0
to -1 to disable. Setting this to 0 will run at the default rate(60)
defined in oslo.service.
default: 600
RpcUseSSL:
default: false
description: >

View File

@ -0,0 +1,6 @@
---
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.