[openstack-dev] [keystone] Split the Identity Backend blueprint
Adam Young
ayoung at redhat.com
Mon Jul 22 19:50:03 UTC 2013
On 07/22/2013 01:38 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis)
wrote:
>
> Hello,
>
> I have been reading source code in an attempt to figure out how to use
> the new split backend feature, specifically how to split the identity
> data between an ldap server and the standard Keystone sql database.
> However, I haven't been able to figure it out quite yet. Does someone
> have some examples of this new feature in action? Is there another
> configuration file that is required?
>
> [identity]
>
> driver = driver = keystone.identity.backends.sql.Identity
>
> [assignment]
>
> driver = ???
>
> [ldap]
>
> Quite a few options
>
> Regards,
>
> Mark Miller
>
RIght now the only support split approach is LDAP for Identity, SQL for
assignments.
[identity]
driver = keystone.identity.backends.ldap.Identity
[assignment]
driver = keystone.assignment.backends.sql.Identity
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130722/ab5d4a30/attachment-0001.html>
More information about the OpenStack-dev
mailing list