Change database sync timeout from 300 to 900 in low-memory-usage environment file.

During a deployment on lower spec systems, the "db sync" can take longer than five minutes.
The solution is to increase the default value of DatabaseSyncTimeout from 300 to 900
by using the environment file "low-memory-usage.yaml".

Change-Id: I6463dbdd4dfe1d6f2dd283211cc496fe3a628fb0
Closes-bug: #1689318
This commit is contained in:
Or Idgar 2017-05-09 08:46:46 +00:00
parent 340dfd4d2f
commit 9e4bbe4e5e
2 changed files with 8 additions and 0 deletions

View File

@ -16,3 +16,5 @@ parameter_defaults:
ControllerExtraConfig:
'nova::network::neutron::neutron_url_timeout': '60'
DatabaseSyncTimeout: 900

View File

@ -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".