Add release note for auth_context bugfix

Bug 1785654 has been fixed in https://review.openstack.org/#/c/599606
but there was no release note. This change adds it.

Change-Id: I7bea9553c41336ba08d6fec551055290530769a9
This commit is contained in:
Pierre Gaxatte 2018-09-05 14:12:45 +02:00
parent 2c4df8110c
commit 5a70238ede
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
upgrade:
- |
Run ``mistral-db-manage --config-file <mistral-conf-file> upgrade head``
to ensure the database schema is up-to-date.
fixes:
- |
[`bug 1785654 <https://bugs.launchpad.net/mistral/+bug/1785654>`_]
Fixed a bug that prevents any action to run if the OpenStack catalog
returned by Keystone is larger than 64kB if the backend is MySQL/MariaDB.
The limit is now increased to 16MB.