summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Implement paginate query use marker in nova-apipengyuwei2012-09-071-5/+11
* Generate a flavorid if needed at flavor creationAdrien Cunin2012-09-071-2/+4
* Fix and cleanup compute node stat trackingBrian Elliott2012-09-063-37/+58
* Fix instances query for compute statsBrian Elliott2012-09-021-2/+1
* Merge "Allow hard reboot of a soft rebooting instance"Jenkins2012-09-051-2/+9
|\
| * Allow hard reboot of a soft rebooting instanceMathew Odden2012-09-011-2/+9
* | Automatically convert device namesVishvananda Ishaya2012-09-042-12/+15
* | On rebuild, the compute.instance.existsRick Harris2012-09-013-10/+16
|/
* Merge "Address race condition from concurrent task state update"Jenkins2012-08-312-38/+110
|\
| * Address race condition from concurrent task state updateYun Mao2012-08-312-38/+110
* | Merge "Avoid leaking security group quota reservations"Jenkins2012-08-311-5/+6
|\ \ | |/ |/|
| * Avoid leaking security group quota reservationsMark McLoughlin2012-08-311-5/+6
* | Merge "Save the original base image ref for snapshots."Jenkins2012-08-311-0/+17
|\ \
| * | Save the original base image ref for snapshots.Rick Harris2012-08-311-0/+17
* | | Merge "Stop using scheduler RPC API magic"Jenkins2012-08-311-1/+1
|\ \ \
| * | | Stop using scheduler RPC API magicMark McLoughlin2012-08-291-1/+1
* | | | Merge "Remove compute RPC API version 1.x"Jenkins2012-08-311-783/+83
|\| | |
| * | | Remove compute RPC API version 1.xMark McLoughlin2012-08-281-783/+83
* | | | Merge "Add version 2.0 of compute RPC API"Jenkins2012-08-313-105/+462
|\| | | | |/ / |/| |
| * | Add version 2.0 of compute RPC APIMark McLoughlin2012-08-283-105/+462
| |/
* / FLAG rename: bandwith_poll_*=>bandwidth_poll_*Joe Gordon2012-08-301-1/+2
|/
* request_spec['instance_uuids'] as list in resizeClay Gerrard2012-08-271-1/+1
* Implement project specific flavors APIunicell2012-08-271-9/+45
* Check volume status before detaching.Chuck Short2012-08-241-0/+4
* Merge "Allows libvirt to set a serial number for a volume"Jenkins2012-08-231-1/+12
|\
| * Allows libvirt to set a serial number for a volumeVishvananda Ishaya2012-08-161-1/+12
* | Don't show user-data when its not sent.Chuck Short2012-08-221-1/+1
* | Merge "Implements sending notification on metadata change"Jenkins2012-08-211-1/+5
|\ \
| * | Implements sending notification on metadata changeNikhil Komawar2012-08-211-1/+5
* | | Merge "Remove stub_network flag"Jenkins2012-08-211-13/+3
|\ \ \
| * | | Remove stub_network flagRongze Zhu2012-08-211-13/+3
| |/ /
* / / Keep the ComputeNode model updated with usageBrian Elliott2012-08-203-8/+591
|/ /
* | Merge "Fix spelling typos"Jenkins2012-08-202-4/+4
|\ \
| * | Fix spelling typosJoe Gordon2012-08-162-4/+4
* | | Restore libvirt block storage connections on reboot.Rafi Khardalian2012-08-141-4/+15
* | | Merge "Fix get_vnc_console race."Jenkins2012-08-171-0/+3
|\ \ \
| * | | Fix get_vnc_console race.Russell Bryant2012-08-171-0/+3
| |/ /
* / / Fix a TypeError that occurs in _reschedule.Dan Prince2012-08-171-2/+1
|/ /
* / Always create the run_instance records locallyVishvananda Ishaya2012-08-162-106/+44
|/
* Merge "Add get_key_pair to compute API."Jenkins2012-08-161-0/+7
|\
| * Add get_key_pair to compute API.Dan Prince2012-08-151-0/+7
* | Allow nova to guess device if not passed to attachVishvananda Ishaya2012-08-154-9/+115
|/
* Remove unnecessary try/finally from snapshotMark McLoughlin2012-08-151-5/+2
* Merge "xenapi: Support live migration without pools"Jenkins2012-08-152-13/+24
|\
| * xenapi: Support live migration without poolsRenuka Apte2012-08-142-13/+24
* | Merge "Simple checks for instance user data."Jenkins2012-08-141-0/+15
|\ \ | |/ |/|
| * Simple checks for instance user data.Michael Still2012-08-141-0/+15
* | Set task_state=None when finished snapshotting.Dan Prince2012-08-141-1/+5
* | Return values from wrapped functions in decoratorsVishvananda Ishaya2012-08-141-2/+2
* | Revert task_state on failed instance actionsDan Smith2012-08-141-5/+53