Updated openstack/openstack

Project: openstack/keystone  3236e5e7c6175898ec6e0fec9e9ff9d5b0775ae5

Authenticate local users via federated workflow

Mapping rules can specify that effective users should be local users
with all their roles. For that we need a way to distinguish which flow
should be choosen (user is either ``ephemeral`` or ``local``). This patch
correctly interprets mapped properties and sets authentication context
so either workflow goes as ephemeral or local user.
As part of the required work, class UserAuthInfo was moved from
``keystone/auth/plugins/password.py`` to
``keystone/auth/plugins/core.py`` and is now accessed after importing
``keystone.auth.plugins`` module.

DocImpact
Change-Id: I90b7408a9905aa96387414d9250b410b28eff485
Partially-Implements: bp federated-direct-user-mapping
This commit is contained in:
Jenkins 2015-03-02 06:28:44 +00:00 committed by Gerrit Code Review
parent 1c3f130896
commit 55ad06580c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fe85bbb4dcf292c479a1a71e41b932759a250caa
Subproject commit 3236e5e7c6175898ec6e0fec9e9ff9d5b0775ae5