summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed unused Pool from process.py, added a singleton pool called SharedPool...Vishvananda Ishaya2010-07-161-19/+25
* Merge lp:~anotherjesse/nova/remove-vendorSoren Hansen2010-07-1612-36/+18
|\
| * reorder imports spacingJesse Andrews2010-07-1512-36/+18
| * remove import of vendor since we have PPA nowJesse Andrews2010-07-1510-10/+10
* | no more print in storage unittestVishvananda Ishaya2010-07-151-2/+0
|/
* Merge with -core's diverged trunk.Soren Hansen2010-07-151-3/+6
|\
| * Disabled a tmpdir cleanup.Monty Taylor2010-07-151-3/+6
| * Removed trailing whitespace from headerVishvananda Ishaya2010-06-2917-17/+17
| * Updated licensesDevin Carlen2010-06-2917-147/+265
* | update copyrightsTodd Willey2010-07-1516-40/+13
* | Merge branch 'master' of github.com:angst/ccJoshua McKenty2010-07-141-1/+1
|\ \
| * \ Merge remote branch 'origin/uec'Todd Willey2010-07-151-1/+1
| |\ \
| | * | work on importing imagesJesse Andrews2010-07-141-1/+1
* | | | Volume_ID identifier needed a return in the property. Also looking for race c...Joshua McKenty2010-07-141-1/+7
|/ / /
* | | fix merge errorsTodd Willey2010-07-155-43/+122
|\ \ \
| * \ \ Merge branch 'master' into vpnredisTodd Willey2010-07-146-44/+123
| |\ \ \
| | * | | Merge branch 'master' into apply_apiTodd Willey2010-07-142-35/+108
| | |\| |
| | | * | whitespace fixes and header changesVishvananda Ishaya2010-07-071-18/+18
| | | * | Off by one error in the allocation test (can someone check my subnet math?)Joshua McKenty2010-07-071-4/+3
| | | * | Adding more tests, refactoring for dhcp logic.Joshua McKenty2010-07-071-44/+62
| | | * | Got dhcpleasor working, with test ENV for testing, and rpc.cast for real world.Joshua McKenty2010-07-071-9/+31
| | | * | Capture signals from dnsmasq and use them to update network state.Joshua McKenty2010-07-072-1/+35
| | * | | Finish singletonizing UserManager usage.Todd Willey2010-07-142-3/+2
| | * | | Merge branch 'master' into apply_apiTodd Willey2010-07-142-6/+13
| | |\| |
| | | * | Merge patch 30001Vishvananda Ishaya2010-07-021-4/+13
| | | |\ \
| | | | * | fix for multiple shelves for each volume nodeVishvananda Ishaya2010-06-281-4/+13
| | | * | | removed extraneous reference to rpc in objectstore unit testVishvananda Ishaya2010-06-231-2/+0
| | | |/ /
* | | / / removed all references to keeperVishvananda Ishaya2010-06-293-158/+0
|/ / / /
* / / / Vpn ips and ports use redisVishvananda Ishaya2010-06-291-0/+11
|/ / /
* | | Fixes based on code review 27001.Todd Willey2010-06-251-86/+78
* | | Admin API + Worker Tracking.Todd Willey2010-06-251-0/+213
|/ /
* | Removed trailing whitespace from headerVishvananda Ishaya2010-06-2317-17/+17
* | Updated licensesDevin Carlen2010-06-2317-147/+265
|/
* add project ids to volumesVishvananda Ishaya2010-06-241-20/+14
* Adding basic validation of volume size on creation, plus tests for it.Joshua McKenty2010-06-241-0/+7
* First pass at validation unit tests. Haven't figured out class methods yet.Joshua McKenty2010-06-241-0/+41
* Refactored Instance to get rid of _s bits, and fixed some bugs in state manag...andy2010-06-245-5/+21
* Flush redis db in setup and teardown of tests.Joshua McKenty2010-06-245-10/+5
* Volumes support intermediate state. Don't have to cast to storage nodes for a...Joshua McKenty2010-06-241-8/+11
* Fix for #437 (deleting attached volumes), plus some >9 blade_id fixes.Joshua McKenty2010-06-241-9/+19
* Tests for rbac codeVishvananda Ishaya2010-06-242-0/+186
* Merge remote branch 'nova/master'Vishvananda Ishaya2010-06-111-36/+41
|\
| * Josh's networking refactor, modified to work with projectsVishvananda Ishaya2010-05-311-36/+41
* | Adds a Twisted implementation of a process poolandy2010-06-111-0/+115
|/
* Merged Vish's work on adding projects to novaJesse Andrews2010-05-307-182/+163
* initial commitJesse Andrews2010-05-2720-0/+1416