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.