ironic/releasenotes/notes/context-domain-id-name-deprecation-ae6e40718273be8d.yaml
Jim Rollenhagen 4dfde43b25 Clean up release notes for 7.0.0
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
2017-02-13 15:44:00 -05:00

11 lines
379 B
YAML

---
deprecations:
- |
Usage of the following values was deprecated in the policy files:
- ``domain_id`` and ``domain_name`` - ``user_domain_id`` should be used
instead of those (note - ``user_domain_id`` is an ID of the domain,
not its name).
- ``tenant`` - ``project_name`` should be used instead.
- ``user`` - ``user_id`` should be used instead.