Comment 5 for bug 904523

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

Reviewed: https://review.openstack.org/3220
Committed: http://github.com/openstack/keystone/commit/63628575417514f980af52f1e99d54a66d97276a
Submitter: Jenkins
Branch: master

commit 63628575417514f980af52f1e99d54a66d97276a
Author: Ziad Sawalha <email address hidden>
Date: Fri Jan 20 04:12:10 2012 -0600

    Handle EC2 Credentials on /tokens

    - EC2 credentials are just another type of credential
      that can be passed in to /tokens. This patch now
      handles those credentials correctly.
    - POST /tokens {'auth': {'OS-EC2-ec2Credentials...}
      now works correctly.
    - Multiple credential handling is improved. There is
      a detect_credentials call in utils now to detect
      the different types.

    Addresses:
    - bug 843058
    - bug 904523
    Prepares for:
    - bp s3token
    - bp keystone-client

    Change-Id: I43931fdc7b8a9b76eac351e11394cfa507911578