aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-30 14:51:48 +0000
committerGerrit Code Review <review@openstack.org>2017-05-30 14:51:48 +0000
commitf2ac3545956fa12f8b1f11140cd8335212f7a871 (patch)
tree87ef0857ec6fe4def303847bd63e20d419143f4d /releasenotes
parent5f374b863d66256d222c638a927c8455a9d10fc8 (diff)
parent9e4bbe4e5e6a7a45ca5aae0e51886da11254ad5c (diff)
Merge "Change database sync timeout from 300 to 900 in low-memory-usage environment file."
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml b/releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml
new file mode 100644
index 00000000..46f3b855
--- /dev/null
+++ b/releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml
@@ -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".