summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
* fix is_running failing because state was stored as a stringVishvananda Ishaya2010-06-241-1/+2
* make sure to deexpress before we remove the host since deexpress uses the hostVishvananda Ishaya2010-06-241-1/+1
* fix sectors off by oneVishvananda Ishaya2010-06-241-2/+2
* Don't use keeper for instancesVishvananda Ishaya2010-06-241-20/+9
* fix default state to be 0 instead of pendingVishvananda Ishaya2010-06-241-3/+4
* whitespace fixes and format instances set of object fixesVishvananda Ishaya2010-06-241-5/+5
* Added back in missing gateway property on networks.Joshua McKenty2010-06-241-0/+3
* Refactored Instance to get rid of _s bits, and fixed some bugs in state manag...andy2010-06-242-92/+122
* Delete instance files on shutdown.Joshua McKenty2010-06-241-2/+7
* Volumes support intermediate state. Don't have to cast to storage nodes for a...Joshua McKenty2010-06-242-20/+12
* Adding cloudpipe and vpn data back in to network.pyVishvananda Ishaya2010-06-241-2/+25
* re-added cloudpipeandy2010-06-241-0/+10
* Initial commit of nodemonitorDevin Carlen2010-06-231-0/+511
* Merge branch '4001' into combinedVishvananda Ishaya2010-06-112-128/+150
|\
| * patch from issue 4001Vishvananda Ishaya2010-06-112-128/+150
* | gateway undefinedVishvananda Ishaya2010-06-111-0/+3
|/
* removed reference to nonexistent flagVishvananda Ishaya2010-06-011-1/+1
* Josh's networking refactor, modified to work with projectsVishvananda Ishaya2010-05-313-447/+304
* Merged Vish's work on adding projects to novaJesse Andrews2010-05-304-100/+114
* initial commitJesse Andrews2010-05-279-0/+1692