shade/releasenotes/notes/norm_role_assignments-a13f41768e62d40c.yaml
David Shrewsbury d7ffabca74 Fix normalize_role_assignments() return value
This function was returning plain dicts, not Munch objects, so
it was acting differently from all other normalization funtions.

Change-Id: Iaf9325d509f9c2c015f9c3fbd2d4ec6efa974429
2016-01-21 17:44:36 -05:00

5 lines
122 B
YAML

---
fixes:
- Role assignments were being returned as plain dicts instead of Munch objects.
This has been corrected.