summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Remove the tight coupling between nova.compute.monitor and libvirt. TheEwan Mellor2010-07-181-104/+23
* In preparation for XenAPI support, refactor the interface betweenEwan Mellor2010-07-183-247/+100
* Fixed references to nova.utils that were broken by a change of importEwan Mellor2010-07-181-2/+2
* Minor post-merge fixesTodd Willey2010-07-161-2/+8
|\
| * Fixes things that were not quite right after big merge party.Todd Willey2010-07-161-2/+8
* | reorder imports spacingJesse Andrews2010-07-157-22/+18
* | remove import of vendor since we have PPA nowJesse Andrews2010-07-155-5/+5
|/
* update copyrightsTodd Willey2010-07-1510-56/+2
* Merge branch 'master' into apply_apiTodd Willey2010-07-145-36/+122
|\
| * Merge of DHCP changes including dnsmasq callbacksVishvananda Ishaya2010-07-142-7/+38
| |\
| | * Got dhcpleasor working, with test ENV for testing, and rpc.cast for real world.Joshua McKenty2010-07-072-8/+24
| | * Capture signals from dnsmasq and use them to update network state.Joshua McKenty2010-07-072-4/+19
| * | Merge branch 'master' into simplenetVishvananda Ishaya2010-07-142-4/+3
| |\ \
| | * \ Fix merge changelog and merge errors in utils.pyVishvananda Ishaya2010-07-142-4/+3
| | |\ \ | | | |/ | | |/|
| | | * Use rmdir instead of rm -rf to remove a tempdir.Soren Hansen2010-07-051-2/+1
| | | * Merge with trunk.Soren Hansen2010-07-011-13/+13
| | | |\
| | | * | Make sure get_assigned_vlans and BaseNetwork.hosts always return a dict, even...Soren Hansen2010-06-301-2/+2
| | | * | Add _s instance attribute to Instance class. It's referenced in a bunch of pl...Soren Hansen2010-06-301-0/+1
| * | | | Fixes and add interface templateVishvananda Ishaya2010-07-023-2/+20
| * | | | Simple network injectionVishvananda Ishaya2010-07-023-15/+50
| * | | | Simple Network avoids vlansVishvananda Ishaya2010-07-022-4/+26
| * | | | clean a few merge errors from networkVishvananda Ishaya2010-07-021-8/+4
| |/ / /
* | | | Cleanups related to BasicModel (whitespace, names, etc).Todd Willey2010-07-142-3/+7
* | | | When destroying an Instance, disassociate with Node.Todd Willey2010-07-141-0/+1
* | | | Move BasicModel into datastore.Todd Willey2010-07-142-229/+27
* | | | Remove debug statement.Todd Willey2010-07-141-5/+0
* | | | Merge branch 'master' into apply_apiTodd Willey2010-07-142-8/+10
|\| | |
| * | | Merge patch 28001Vishvananda Ishaya2010-07-021-2/+2
| |\ \ \
| | * | | fix key injection scriptVishvananda Ishaya2010-06-261-2/+2
| * | | | Merge remote branch 'nova/master'Vishvananda Ishaya2010-07-011-12/+13
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Remove _s errors from mergeVishvananda Ishaya2010-06-301-5/+6
| | * | fix typos in node from mergeVishvananda Ishaya2010-06-301-7/+7
| | |/
| | * Removed trailing whitespace from headerVishvananda Ishaya2010-06-2910-10/+10
| | * Updated licensesDevin Carlen2010-06-2910-95/+158
* | | fix a typo.Todd Willey2010-07-141-1/+1
* | | Fixes from code review.Todd Willey2010-07-142-11/+6
* | | We need to be able to look up Instance by Node (live migration).Todd Willey2010-06-291-1/+4
* | | Get rid of RedisModelTodd Willey2010-06-292-15/+23
* | | Refactor network.Vlan to be a BasicModel, since it touched Redis.Todd Willey2010-06-272-49/+162
* | | bugfix: rename _s to datamodel in Node in some places it was overlooked.Todd Willey2010-06-271-6/+10
* | | Fixes based on code review 27001.Todd Willey2010-06-252-75/+72
* | | Admin API + Worker Tracking.Todd Willey2010-06-252-39/+258
|/ /
* | Set forward delay to zero (partial fix to bug #518)Joshua McKenty2010-06-241-1/+1
* | Removed trailing whitespace from headerVishvananda Ishaya2010-06-2310-10/+10
* | Updated licensesDevin Carlen2010-06-2310-95/+158
|/
* disk.py needed input for key injection to workandy2010-06-241-2/+3
* 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