magnum/releasenotes/notes/fix-global-stack-list-7a3a66169f5c4aa8.yaml
Hongbin Lu 6a7c4f8bce Add missing release notes
Change-Id: If3eb28475d3c124cc1660a3e7ed9790bc4c2c148
2016-08-31 18:14:06 -05:00

11 lines
594 B
YAML

---
security:
- Fix global stack list in periodic task. In before, magnum's periodic task
performs a `stack-list` operation across all tenants. This is disabled
by Heat by default since it causes a security issue. At this release,
magnum performs a `stack-get` operation on each Heat stack by default.
This might not be scalable and operators have an option to fall back to
`stack-list` by setting the config `periodic_global_stack_list` to
`True` (`False` by default) and updating the heat policy file (usually
/etc/heat/policy.json) to allow magnum list stacks.