ironic/releasenotes/notes/restricted-allocation-creation-fix-a70dfcbcb9996602.yaml
Tzu-Mainn Chen 42b03703af Fix restricted allocation creation for old policy defaults
The logic for restricted allocation creation checks that the
user is not trying to create an allocation with an owner other
than themselves. However the logic as it stands will always fail,
as it does not check if the user actually set an allocation owner.

Change-Id: I780d8e88f9319dc37ab56309bddbfb6b5f3c9d13
2021-10-25 21:18:57 +00:00

8 lines
312 B
YAML

---
fixes:
- |
Fixes restricted allocation creation for old policy defaults. This involves
a check that ensures that the user is not trying to create an allocation with
an owner other than themselves. This check is updated to also see if the
user is actually trying to set an allocation owner.