]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Factor out authenticate method for engine.
authorIan Main <imain@redhat.com>
Fri, 22 Jun 2012 15:48:23 +0000 (08:48 -0700)
committerIan Main <imain@redhat.com>
Fri, 22 Jun 2012 17:58:54 +0000 (10:58 -0700)
commite0c314125318b5d1c2120fa23ddc03f09e91dc36
tree7e86ef7c50353cb7872401aaae6b717153528880
parent38d382ad07168ff7e521b574b46a13b9f67bf941
Factor out authenticate method for engine.

This patch factors out an authenticate() function for use by both
the heat service authentication and the resource authentication.
This fixes the AWS auth method for creating resources - issue #153.

Change-Id: I134e993263ae6ba4890f56bfbe6a6a3205b7f921
Signed-off-by: Ian Main <imain@redhat.com>
heat/engine/auth.py [new file with mode: 0644]
heat/engine/manager.py
heat/engine/resources.py
heat/tests/test_stacks.py
heat/tests/test_validate.py