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:ayo...@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


_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to