openstack/mistral · Week of 2026-06-13
openstack/mistral — 2026-06-13
Publicize policy sweep. The bulk of the week landed a coordinated set of policies governing which resources can be marked public, with new publicize policies and enforcement added for workbooks, environments, cron_triggers, code_sources, and dynamic_actions. Alongside the new policies, the existing publicize behavior was tightened so that those actions — plus code_sources and dynamic_actions management — are restricted to admin only. A small cleanup removed unnecessary expect_errors=True from the policy test suite.
API reference. A ~2,600-line drop added API reference documentation covering all Mistral v2 resources (981192), filling a long-standing gap in the published docs.
Bug fixes. A failure in the keystone client when using trust-scoped tokens was fixed, and a piece of dead management_url code was removed.
Stable and CI. CI for unmaintained/2024.1 was restored, and a stable-only patch excludes a test case tied to bug #2147178.