From 5a70238ede8a94e8928cecbba46b4aaafcb99a31 Mon Sep 17 00:00:00 2001 From: Pierre Gaxatte Date: Wed, 5 Sep 2018 14:12:45 +0200 Subject: [PATCH] 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 --- ...th-context-with-big-catalog-7647a07d616e653f.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/fix-auth-context-with-big-catalog-7647a07d616e653f.yaml diff --git a/releasenotes/notes/fix-auth-context-with-big-catalog-7647a07d616e653f.yaml b/releasenotes/notes/fix-auth-context-with-big-catalog-7647a07d616e653f.yaml new file mode 100644 index 000000000..efcb4e535 --- /dev/null +++ b/releasenotes/notes/fix-auth-context-with-big-catalog-7647a07d616e653f.yaml @@ -0,0 +1,12 @@ +--- +upgrade: + - | + Run ``mistral-db-manage --config-file upgrade head`` + to ensure the database schema is up-to-date. +fixes: + - | + [`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.