Comment 10 for bug 1408987

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

Reviewed: https://review.openstack.org/146124
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f7b1af9e13df728d086047f6763bd98cb2cad1b2
Submitter: Jenkins
Branch: master

commit f7b1af9e13df728d086047f6763bd98cb2cad1b2
Author: Steven Hardy <email address hidden>
Date: Fri Jan 9 16:05:51 2015 +0000

    Make ec2 auth support v4 signature format

    Extract the signature and access key via whatever method is needed
    for the version of the request (e.g headers for v4), and add the
    headers and hashed body, which is required for keystone to calculate
    the correct v4 signature when validating the request.

    Change-Id: I161eccc4ea48a21a80d689f6a328ca95cace2e6e
    Closes-Bug: #1408987