Comment 3 for bug 999998

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

Reviewed: https://review.openstack.org/7656
Committed: http://github.com/openstack/keystone/commit/30654a65eac7166b0bd0567ef1d3cabb43031fd3
Submitter: Jenkins
Branch: master

commit 30654a65eac7166b0bd0567ef1d3cabb43031fd3
Author: Lin Hua Cheng <email address hidden>
Date: Mon May 21 22:46:38 2012 -0700

    Add ACL check using <tenant_id>:<user> format.

    Fixes bug 999998.

    Swift auth middleware uses a new format for expressing
    a container ACL for a user: <tenant_name>:<user>. This
    fix add supports for checking ACL using the old format
    of <tenant_id>:<user>.

    Change-Id: I44985b191afb174605c35041741056ae1e78fa77