Correct releasenote "Prepare for oslo.log 3.17.0"

The releasenote for change Ia054f8f637c826280722c0d2a6811fdbc0cf54ed
says a default value is changed in order to produce duplication of
logs, whereas the purpose of the change is to prevent duplication of
logs.  This patch corrects the release note.

Change-Id: I1bb8d6f234f483824b1e9eb67b96aeefb43a7885
This commit is contained in:
Brian Rosmaita 2016-11-29 22:31:00 -05:00
parent c40a71e489
commit 87090e9aad
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
upgrade:
- A recent change to oslo.log (>= 3.17.0) set the default value
of ``[DEFAULT]/use_stderr`` to ``False`` in order to produce
of ``[DEFAULT]/use_stderr`` to ``False`` in order to prevent
duplication of logs (as reported in bug \#1588051). Since this
would change the current behaviour of certain glance commands
(e.g., glance-replicator, glance-cache-manage, etc.), we chose to