keystone/releasenotes/notes/bug-1582585-a368ac5a252ec84f.yaml
Steve Martinelli 5e2cc88ce7 clean up release notes for ocata
Change-Id: I9f4d47518f1a1ab184d6cefb2b251aaad38e113a
2017-01-27 14:36:54 +00:00

16 lines
492 B
YAML

---
other:
- >
[`bug 1582585 <https://bugs.launchpad.net/keystone/+bug/1582585>`_]
A new method ``get_domain_mapping_list`` was added to
``keystone.identity.mapping_backends.base.MappingDriverBase``.
Third-party extensions that extend the abstract class (``MappingDriverBase``)
should implement this new method.
The method has the following signature::
get_domain_mapping_list(self, domain_id)
and will return a list of mappings for a given domain ID.