heat.engine.clients.os.keystone.
KeystoneClientPlugin
(context)[source]¶Bases: heat.engine.clients.client_plugin.ClientPlugin
IDENTITY
= 'identity'¶exceptions_module
= [<module 'keystoneauth1.exceptions' from '/usr/lib/python3/dist-packages/keystoneauth1/exceptions/__init__.py'>, <module 'heat.common.exception' from '/build/heat-1TSdAs/heat-15.0.0~rc1/heat/common/exception.py'>]¶parse_entity_with_domain
(entity_with_domain, entity_type)[source]¶Parse keystone entity user/role/project with domain.
entity_with_domain should be in entity{domain} format.
Returns a tuple of (entity, domain).
service_types
= ['identity']¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.