summaryrefslogtreecommitdiffstats
path: root/nova/auth
Commit message (Expand)AuthorAgeFilesLines
* Document FakesTodd Willey2010-10-291-3/+1
* Whitespace and docstring cleanupsTodd Willey2010-10-281-4/+6
* cleanup rrd doc generation.Todd Willey2010-10-272-3/+1
* PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-214-36/+40
* Make Redis completely optional:Soren Hansen2010-10-152-6/+30
|\
| * Move Redis code into fakeldap, since it's the only thing that still uses it.Soren Hansen2010-10-142-6/+30
* | cleaned up most of the issuesVishvananda Ishaya2010-10-131-28/+39
* | merged trunkVishvananda Ishaya2010-10-132-17/+241
|\|
| * merged trunkVishvananda Ishaya2010-10-122-2/+241
| |\
| | * Merge trunk.Soren Hansen2010-10-121-1/+4
| | |\
| | | * Catch exception.NotFound when getting project VPN data.Ewan Mellor2010-10-121-1/+4
| | | |\
| | | | * Bug #654025: nova-manage project zip and nova-manage vpn list broken by chang...Ewan Mellor2010-10-031-1/+4
| | * | | Merge trunk.Soren Hansen2010-10-052-1/+237
| | |\| |
| | | * | Add a DB backend for auth manager.Soren Hansen2010-10-012-1/+237
| | | |/
| | * | Merge trunk.Soren Hansen2010-09-292-2/+20
| | |\|
| | * | move default group creation to apiVishvananda Ishaya2010-09-281-14/+0
| | * | Merge trunkSoren Hansen2010-09-241-3/+3
| | |\ \
| | * \ \ Merge trunk.Soren Hansen2010-09-221-69/+0
| | |\ \ \
| | * \ \ \ Merge trunkSoren Hansen2010-09-223-160/+46
| | |\ \ \ \
| | * | | | | Roll back my slightly over-zealous clean up work.Soren Hansen2010-09-151-2/+2
| | * | | | | Clean up use of objects coming out of the ORM.Soren Hansen2010-09-151-6/+6
| | * | | | | Fixed manager_user reference in create_projectDevin Carlen2010-09-111-6/+6
| | * | | | | Finished security group / project refactorDevin Carlen2010-09-101-4/+16
| | * | | | | Refactored to security group api to support projectsDevin Carlen2010-09-101-2/+0
| | * | | | | First pass of nwfilter based security group implementation. It is not where i...Soren Hansen2010-09-101-1/+1
| | * | | | | Alright, first hole poked all the way through. We can now create security gro...Soren Hansen2010-09-091-0/+6
| * | | | | | merged trunkVishvananda Ishaya2010-09-302-2/+20
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | get rid of network indexes and make networks into a poolVishvananda Ishaya2010-09-281-13/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Fix the deprecation warnings for passing no context.Vishvananda Ishaya2010-10-011-8/+12
| |/ / / / |/| | | |
* | | | | Update auth manager to have a update_user method and better tests.Todd Willey2010-09-242-2/+20
|/ / / /
* | | | Put EC2 API -> eventlet back into trunk, fixing the bits that I missed when I...Michael Gundlach2010-09-231-2/+2
|\ \ \ \
| * | | | Rewrite rbac tests to use Authorizer middlewareMichael Gundlach2010-09-211-2/+2
| | |_|/ | |/| |
* / | | Compare project_id to '' using == (equality) rather than 'is' (identity). Thi...Soren Hansen2010-09-231-1/+1
|/ / /
* | | Merge from trunkMichael Gundlach2010-09-213-160/+46
|\ \ \ | | |/ | |/|
| * | Moves keypairs out of ldap and into the common datastore.Vishvananda Ishaya2010-09-212-159/+4
| |\ \
| | * | fixed old key reference and made keypair name constistent -> key_pairVishvananda Ishaya2010-09-111-2/+2
| | * | move keypair generation out of auth and fix testsVishvananda Ishaya2010-09-101-70/+0
| | * | delete keypairs when a user is deletedVishvananda Ishaya2010-09-101-2/+6
| | * | remove keypair from driverVishvananda Ishaya2010-09-102-83/+0
| | * | moved keypairs to db using the same interfaceVishvananda Ishaya2010-09-101-21/+15
| | |/
| * | Added modify project command to auth manager to allow changing of project man...Vishvananda Ishaya2010-09-213-1/+42
| |\ \ | | |/ | |/|
| | * added modify project command to allow project manager and description to be u...Vishvananda Ishaya2010-09-103-1/+42
* | | Merge from trunk (pulling in orm_deux)Michael Gundlach2010-09-161-14/+33
|\| |
| * | more cleanup and pylint fixesVishvananda Ishaya2010-08-301-1/+1
| * | tests passVishvananda Ishaya2010-08-291-1/+3
| * | run instances worksVishvananda Ishaya2010-08-241-4/+4
| * | fix daemons and move network codeVishvananda Ishaya2010-08-231-3/+5
| * | merged trunk and fixed merge errorsVishvananda Ishaya2010-08-235-124/+154
| |\|
| * | Moves auth.manager to the data layer.andy2010-08-211-16/+19
| * | fixing more network issuesVishvananda Ishaya2010-08-181-9/+11