5e2cc88ce7
Change-Id: I9f4d47518f1a1ab184d6cefb2b251aaad38e113a
16 lines
492 B
YAML
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.
|