| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document Fakes | Todd Willey | 2010-10-29 | 1 | -3/+1 |
| * | Whitespace and docstring cleanups | Todd Willey | 2010-10-28 | 1 | -4/+6 |
| * | cleanup rrd doc generation. | Todd Willey | 2010-10-27 | 2 | -3/+1 |
| * | PEP8 cleanup in nova/*, except for tests. There should be no functional chang... | Eric Day | 2010-10-21 | 4 | -36/+40 |
| * | Make Redis completely optional: | Soren Hansen | 2010-10-15 | 2 | -6/+30 |
| |\ | |||||
| | * | Move Redis code into fakeldap, since it's the only thing that still uses it. | Soren Hansen | 2010-10-14 | 2 | -6/+30 |
| * | | cleaned up most of the issues | Vishvananda Ishaya | 2010-10-13 | 1 | -28/+39 |
| * | | merged trunk | Vishvananda Ishaya | 2010-10-13 | 2 | -17/+241 |
| |\| | |||||
| | * | merged trunk | Vishvananda Ishaya | 2010-10-12 | 2 | -2/+241 |
| | |\ | |||||
| | | * | Merge trunk. | Soren Hansen | 2010-10-12 | 1 | -1/+4 |
| | | |\ | |||||
| | | | * | Catch exception.NotFound when getting project VPN data. | Ewan Mellor | 2010-10-12 | 1 | -1/+4 |
| | | | |\ | |||||
| | | | | * | Bug #654025: nova-manage project zip and nova-manage vpn list broken by chang... | Ewan Mellor | 2010-10-03 | 1 | -1/+4 |
| | | * | | | Merge trunk. | Soren Hansen | 2010-10-05 | 2 | -1/+237 |
| | | |\| | | |||||
| | | | * | | Add a DB backend for auth manager. | Soren Hansen | 2010-10-01 | 2 | -1/+237 |
| | | | |/ | |||||
| | | * | | Merge trunk. | Soren Hansen | 2010-09-29 | 2 | -2/+20 |
| | | |\| | |||||
| | | * | | move default group creation to api | Vishvananda Ishaya | 2010-09-28 | 1 | -14/+0 |
| | | * | | Merge trunk | Soren Hansen | 2010-09-24 | 1 | -3/+3 |
| | | |\ \ | |||||
| | | * \ \ | Merge trunk. | Soren Hansen | 2010-09-22 | 1 | -69/+0 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge trunk | Soren Hansen | 2010-09-22 | 3 | -160/+46 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Roll back my slightly over-zealous clean up work. | Soren Hansen | 2010-09-15 | 1 | -2/+2 |
| | | * | | | | | Clean up use of objects coming out of the ORM. | Soren Hansen | 2010-09-15 | 1 | -6/+6 |
| | | * | | | | | Fixed manager_user reference in create_project | Devin Carlen | 2010-09-11 | 1 | -6/+6 |
| | | * | | | | | Finished security group / project refactor | Devin Carlen | 2010-09-10 | 1 | -4/+16 |
| | | * | | | | | Refactored to security group api to support projects | Devin Carlen | 2010-09-10 | 1 | -2/+0 |
| | | * | | | | | First pass of nwfilter based security group implementation. It is not where i... | Soren Hansen | 2010-09-10 | 1 | -1/+1 |
| | | * | | | | | Alright, first hole poked all the way through. We can now create security gro... | Soren Hansen | 2010-09-09 | 1 | -0/+6 |
| | * | | | | | | merged trunk | Vishvananda Ishaya | 2010-09-30 | 2 | -2/+20 |
| | |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | | get rid of network indexes and make networks into a pool | Vishvananda Ishaya | 2010-09-28 | 1 | -13/+0 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Fix the deprecation warnings for passing no context. | Vishvananda Ishaya | 2010-10-01 | 1 | -8/+12 |
| | |/ / / / |/| | | | | |||||
| * | | | | | Update auth manager to have a update_user method and better tests. | Todd Willey | 2010-09-24 | 2 | -2/+20 |
| |/ / / / | |||||
| * | | | | Put EC2 API -> eventlet back into trunk, fixing the bits that I missed when I... | Michael Gundlach | 2010-09-23 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Rewrite rbac tests to use Authorizer middleware | Michael Gundlach | 2010-09-21 | 1 | -2/+2 |
| | | |_|/ | |/| | | |||||
| * / | | | Compare project_id to '' using == (equality) rather than 'is' (identity). Thi... | Soren Hansen | 2010-09-23 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge from trunk | Michael Gundlach | 2010-09-21 | 3 | -160/+46 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Moves keypairs out of ldap and into the common datastore. | Vishvananda Ishaya | 2010-09-21 | 2 | -159/+4 |
| | |\ \ | |||||
| | | * | | fixed old key reference and made keypair name constistent -> key_pair | Vishvananda Ishaya | 2010-09-11 | 1 | -2/+2 |
| | | * | | move keypair generation out of auth and fix tests | Vishvananda Ishaya | 2010-09-10 | 1 | -70/+0 |
| | | * | | delete keypairs when a user is deleted | Vishvananda Ishaya | 2010-09-10 | 1 | -2/+6 |
| | | * | | remove keypair from driver | Vishvananda Ishaya | 2010-09-10 | 2 | -83/+0 |
| | | * | | moved keypairs to db using the same interface | Vishvananda Ishaya | 2010-09-10 | 1 | -21/+15 |
| | | |/ | |||||
| | * | | Added modify project command to auth manager to allow changing of project man... | Vishvananda Ishaya | 2010-09-21 | 3 | -1/+42 |
| | |\ \ | | |/ | |/| | |||||
| | | * | added modify project command to allow project manager and description to be u... | Vishvananda Ishaya | 2010-09-10 | 3 | -1/+42 |
| * | | | Merge from trunk (pulling in orm_deux) | Michael Gundlach | 2010-09-16 | 1 | -14/+33 |
| |\| | | |||||
| | * | | more cleanup and pylint fixes | Vishvananda Ishaya | 2010-08-30 | 1 | -1/+1 |
| | * | | tests pass | Vishvananda Ishaya | 2010-08-29 | 1 | -1/+3 |
| | * | | run instances works | Vishvananda Ishaya | 2010-08-24 | 1 | -4/+4 |
| | * | | fix daemons and move network code | Vishvananda Ishaya | 2010-08-23 | 1 | -3/+5 |
| | * | | merged trunk and fixed merge errors | Vishvananda Ishaya | 2010-08-23 | 5 | -124/+154 |
| | |\| | |||||
| | * | | Moves auth.manager to the data layer. | andy | 2010-08-21 | 1 | -16/+19 |
| | * | | fixing more network issues | Vishvananda Ishaya | 2010-08-18 | 1 | -9/+11 |
