]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
AuthN support for Quantum
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>
Wed, 30 May 2012 23:10:46 +0000 (18:10 -0500)
committerJason Kölker <jason@koelker.net>
Tue, 5 Jun 2012 14:52:26 +0000 (09:52 -0500)
commit978a84df34420cc50b6adaf5f0b2db93151c516d
tree5ab6b54273f633b6ea7aa86bab328f391c7067dc
parent1cc89804a3ca97e6cae72e070112011bb3cecb60
AuthN support for Quantum

Adds authentication support for Quantum.  Generates a context object
and stuffs it into the 'quantum.context' variable in the WSGI environment.
This will be used in conjunction with authZ, later.

Partially implements blueprint authorization-support-for-quantum.

Change-Id: I8af171c2f11a08db5ee41e609d60ad203548650d
etc/quantum.conf
quantum/auth.py [new file with mode: 0644]
quantum/context.py [new file with mode: 0644]
quantum/tests/unit/test_auth.py [new file with mode: 0644]