Add last missing release notes before Ocata release

Change-Id: I780f38c14c991fe82ac94afd6a8a91cabf90d84c
This commit is contained in:
Emilien Macchi 2017-02-12 14:41:00 -05:00
parent ee1a836d4b
commit 35312d585f
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
other:
- |
Increase sync timeout for nova db syncs.
We have seen on lower quality hardware that the nova db syncs can take
an excessive amount of time. In order to still support deploying on this
hardware, we now increase the timeout from the default 300 seconds to 900
seconds to allow for this less performant gear.
This value should never be bumped to more than 900. If we ever happen to
hit such time outs again, we'll have to investigate and fix the root cause.

View File

@ -0,0 +1,7 @@
---
issues:
- Deploy Nova API in eventlet instead of WSGI like it's suggested by
Nova team.
It's causing some issues that we didn't catch until now.
Related to `bug 1661360
<https://bugs.launchpad.net/tripleo/+bug/1661360>`__.