Comment 7 for bug 1457533

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cookbook-openstack-identity (master)

Reviewed: https://review.openstack.org/188428
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-identity/commit/?id=3951a0dcc032251c86b1b5b57d29792d7afa3f1d
Submitter: Jenkins
Branch: master

commit 3951a0dcc032251c86b1b5b57d29792d7afa3f1d
Author: Mark Vanderwiel <email address hidden>
Date: Thu Jun 4 09:53:41 2015 -0500

    Allow create_user to find existing user regardless of tenant

    The current code was checking for existing user ONLY in the
    requested tenant. But if the user already existing with another
    tenant, the create user call will fail. With this patch, it will
    skip the create and succeed, and then the grant_role action can
    be used to add a role for this user in the requested tenant.

    Change-Id: I0a96ed6103e9a7da7f2e50624ddaff45d2ed9881
    Closes-Bug: 1457533