Merge "Make default of NovaSyncPowerStateInterval consistent with nova"
This commit is contained in:
commit
1261db7260
deployment/nova
releasenotes/notes
@ -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: >
|
||||
|
6
releasenotes/notes/fix-default-of-nova-sync-power-state-interval-90778dbcb0104130.yaml
Normal file
6
releasenotes/notes/fix-default-of-nova-sync-power-state-interval-90778dbcb0104130.yaml
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user