aboutsummaryrefslogtreecommitdiffstats
path: root/environments/low-memory-usage.yaml
diff options
context:
space:
mode:
authorOr Idgar <oidgar@redhat.com>2017-05-09 08:46:46 +0000
committerOr Idgar <oidgar@redhat.com>2017-05-21 07:58:55 +0000
commit9e4bbe4e5e6a7a45ca5aae0e51886da11254ad5c (patch)
tree946420477a47681f78924c2e4c708fd3dd7a52be /environments/low-memory-usage.yaml
parent340dfd4d2f2add386ac92e222023988a529ad96f (diff)
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
Diffstat (limited to 'environments/low-memory-usage.yaml')
-rw-r--r--environments/low-memory-usage.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/low-memory-usage.yaml b/environments/low-memory-usage.yaml
index 3a606336..547dc31d 100644
--- a/environments/low-memory-usage.yaml
+++ b/environments/low-memory-usage.yaml
@@ -16,3 +16,5 @@ parameter_defaults:
ControllerExtraConfig:
'nova::network::neutron::neutron_url_timeout': '60'
+
+ DatabaseSyncTimeout: 900