Merge "Change database sync timeout from 300 to 900 in low-memory-usage environment file."
This commit is contained in:
commit
f2ac354595
@ -16,3 +16,5 @@ parameter_defaults:
|
|||||||
|
|
||||||
ControllerExtraConfig:
|
ControllerExtraConfig:
|
||||||
'nova::network::neutron::neutron_url_timeout': '60'
|
'nova::network::neutron::neutron_url_timeout': '60'
|
||||||
|
|
||||||
|
DatabaseSyncTimeout: 900
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
During a deployment on lower spec systems, the "db sync" can take longer
|
||||||
|
than five minutes. value of DatabaseSyncTimeout has change from 300
|
||||||
|
to 900 at the environment file "low-memory-usage.yaml".
|
Loading…
Reference in New Issue
Block a user