]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat api : don't store whole request in ec2Credentials context
authorSteven Hardy <shardy@redhat.com>
Thu, 21 Feb 2013 17:12:53 +0000 (17:12 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 21 Feb 2013 17:12:53 +0000 (17:12 +0000)
commit5d6745e8e6b7bac34ff943dbffda8aa6316ffb24
tree774daff03483f47a4f6f10efd6d97b5d6e18f4ce
parent409a2705b3799ea202b7e8ed5c346b8c55c62fea
heat api : don't store whole request in ec2Credentials context

The ec2token middleware currently dumps the whole request into the
request context when using AWS Auth, when all we really want are
the credentials (accesskey/signature)

fixes bug 1072917

Change-Id: I8fb0d4d7ada29d7d19c702a7da1251384166c246
heat/api/aws/ec2token.py