summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Controller -> selfBrian Lamar2011-08-011-2/+2
* Update compute tests to use new exceptions.Brian Lamar2011-08-011-4/+4
* FlavorNotFound already existed, no need to create another exception.Brian Lamar2011-07-294-8/+9
* Created exceptions for accepting in OSAPI, and handled them appropriately.Brian Lamar2011-07-293-26/+35
* Round 1 of changes for keystone integration.Vishvananda Ishaya2011-07-2951-806/+473
|\
| * merged trunkVishvananda Ishaya2011-07-2923-401/+428
| |\
| * \ merged trunk and fix time callVishvananda Ishaya2011-07-2915-358/+1249
| |\ \
| * | | remove extra log statementVishvananda Ishaya2011-07-281-1/+0
| * | | simplify if statementVishvananda Ishaya2011-07-281-4/+1
| * | | remove authman from images/s3.py and replace with flagsVishvananda Ishaya2011-07-281-6/+8
| * | | fix tests broken in the mergeVishvananda Ishaya2011-07-283-25/+15
| * | | merged trunkVishvananda Ishaya2011-07-2865-870/+2758
| |\ \ \
| * | | | fix for reviewsVishvananda Ishaya2011-07-252-1/+2
| * | | | pep cleanupVishvananda Ishaya2011-07-224-4/+6
| * | | | remove auth manager from instance helperVishvananda Ishaya2011-07-222-6/+3
| * | | | pull out auth manager from dbVishvananda Ishaya2011-07-221-16/+0
| * | | | merged trunkVishvananda Ishaya2011-07-2223-126/+415
| |\ \ \ \
| * | | | | remove some more stubouts and fakesVishvananda Ishaya2011-07-223-21/+2
| * | | | | clean up fake auth manager in other placesVishvananda Ishaya2011-07-2212-125/+21
| * | | | | fix test_accessVishvananda Ishaya2011-07-223-11/+24
| * | | | | fix auth testsVishvananda Ishaya2011-07-223-12/+11
| * | | | | fix extensions testsVishvananda Ishaya2011-07-221-3/+12
| * | | | | fix all testsVishvananda Ishaya2011-07-2212-155/+157
| * | | | | fix a whole bunch of testsVishvananda Ishaya2011-07-2216-297/+155
| * | | | | start removing references to AuthManagerVishvananda Ishaya2011-07-2116-103/+77
| * | | | | change context to maintain exact time, store roles, use ids instead of object...Vishvananda Ishaya2011-07-212-68/+43
* | | | | | Fix various errors discovered by pylint and pyflakes.Matthew Hooker2011-07-297-30/+44
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | remove unused importMatthew Hooker2011-07-291-1/+0
| * | | | | fix pep8 errorsMatthew Hooker2011-07-282-2/+4
| * | | | | Rewrite ImageType enumeration to be more pythonicMatthew Hooker2011-07-281-20/+4
| * | | | | Fix tests for checking pylint errors.Matthew Hooker2011-07-282-8/+6
| * | | | | Use utils.utcnow. Use True instead of literal 1Matthew Hooker2011-07-281-3/+2
| * | | | | Some tests for resolved pylint errors.Matthew Hooker2011-07-282-0/+35
| * | | | | fix undeclared name errorMatthew Hooker2011-07-271-1/+1
| * | | | | fix undeclared name errorMatthew Hooker2011-07-271-0/+1
| * | | | | fix undeclared name errorMatthew Hooker2011-07-271-1/+1
| * | | | | fix undeclared name errorsMatthew Hooker2011-07-271-4/+4
| * | | | | remove unused assignment which causes undeclared name errorMatthew Hooker2011-07-271-5/+0
| * | | | | fix undefined variable errorsMatthew Hooker2011-07-271-1/+2
| * | | | | fix call to nonexistant method to_global_ipv6.Matthew Hooker2011-07-271-1/+1
| | |_|/ / | |/| | |
* | | | | This change creates a minimalist API abstraction for the nova/rpc.py code so ...Zed Shaw2011-07-2911-305/+197
|\ \ \ \ \
| * \ \ \ \ Merge from trunk.Zed Shaw2011-07-2910-61/+145
| |\ \ \ \ \
| * | | | | | Reorganize the code to satisfy review comments.Zed Shaw2011-07-295-4/+4
| * | | | | | Use the util.import_object to import a module.Zed Shaw2011-07-292-13/+2
| * | | | | | Merge in from trunk resolving a conflict in test_cloud.pyZed Shaw2011-07-2837-637/+1556
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-2613-889/+760
* | | | | | | Fixes issue with OSAPI passing compute API a flavorid instead of an instance ...Brian Lamar2011-07-293-37/+88
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Oops, I wasn't actually being compatible with the spec here.Brian Lamar2011-07-292-12/+4
| * | | | | | Updated resize to call compute API with instance_type identifiers instead of ...Brian Lamar2011-07-293-37/+96
| | |/ / / / | |/| | | |
* | | | | | merge trunkJason Koelker2011-07-299-303/+1016
|\| | | | |