ironic/releasenotes/notes/fix-policy-checkers-1a08203e3c2cf859.yaml
Vladyslav Drok 633abbeff8 Fix policy dict checkers
After the ironic context refactor, the default policy values were
changed to use project_domain_id and project_name, while not
changing the checker methods in API to fetch the correct values
from the context. This change fixes this issue.

Closes-Bug: #1650203
Change-Id: If9bf67b9d7d6f66b12a99d1ee7826af9634415b5
2016-12-19 13:39:11 +02:00

5 lines
138 B
YAML

---
fixes:
- Some of the API methods were not using the right context values for
checking the policy, this release fixes the issue.