[openstack-dev] [keystone] Split the Identity Backend blueprint

Adam Young ayoung at redhat.com
Mon Jul 22 23:52:00 UTC 2013


On 07/22/2013 07:43 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) 
wrote:
>
> Adam,
>
> You wrote:
>
> [identity]
>
>  driver = keystone.identity.backends.ldap.Identity
>
> [assignment]
>
> driver = keystone.assignment.backends.sql.Identity
>
> Did you mean to write:
>
> [assignment]
>
> driver = keystone.assignment.backends.sql.Assignment
>
Yes, that was a mistake on my part.  Sorry
>
> Mark
>
> *From:*Adam Young [mailto:ayoung at redhat.com]
> *Sent:* Monday, July 22, 2013 12:50 PM
> *To:* Miller, Mark M (EB SW Cloud - R&D - Corvallis)
> *Cc:* Dolph Mathews; OpenStack Development Mailing List
> *Subject:* Re: [keystone] Split the Identity Backend blueprint
>
> 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/7d849891/attachment.html>


More information about the OpenStack-dev mailing list