heat/releasenotes/notes/support-domain-in-keystone-lookups-f657da8322f17938.yaml
Sampat P 169a35e059 Support domain in keystone lookups
Implements: User, group, role and project lookup across domains.
Added domain parameter to keystone lookup functions.
Heat templates now support user{domain}, group{domain},
role{domain} and project{domain} to support cross domain
lookup. Keystone constrains will also work across domain.

Release note added.

Story: 2005523
Task: 30642

Change-Id: I2b02787bd8883ced631b81174cee9134445bf170
2019-10-01 09:42:40 -04:00

8 lines
322 B
YAML

---
features:
- |
Supports user, group, role and project lookup across domains. Added domain
parameter to keystone lookup functions. Heat templates now support
user{domain}, group{domain}, role{domain} and project{domain} to support
cross domain lookup. Keystone constrains will also work across domain.