Comment 13 for bug 1408987

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

Reviewed: https://review.openstack.org/146609
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=56e3dd3331a6dbece1f12ce8a01edc9b2f6b5dde
Submitter: Jenkins
Branch: stable/juno

commit 56e3dd3331a6dbece1f12ce8a01edc9b2f6b5dde
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.

    Conflicts:
            nova/api/ec2/__init__.py

    Change-Id: I161eccc4ea48a21a80d689f6a328ca95cace2e6e
    Closes-Bug: #1408987
    (cherry picked from commit f7b1af9e13df728d086047f6763bd98cb2cad1b2)