summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Enforce quota limitations for instance resize.Eoghan Glynn2012-08-143-45/+204
* | Fix rpc error with live_migrationRenuka Apte2012-08-131-1/+1
|/
* Merge "Don't stuff non-db data into instance dict"Jenkins2012-08-131-9/+11
|\
| * Don't stuff non-db data into instance dictJohannes Erdfelt2012-08-131-9/+11
* | Merge "Improve bw_usage_update() performance"Jenkins2012-08-131-2/+5
|\ \
| * | Improve bw_usage_update() performanceChris Behrens2012-08-131-2/+5
| |/
* / Avoid {} and [] as default argumentsYun Mao2012-08-131-2/+7
|/
* Merge "Move results filtering to db."Jenkins2012-08-131-1/+0
|\
| * Move results filtering to db.Alex Meade2012-08-071-1/+0
* | Merge "Compute restart causes period of network 'blackout'"Jenkins2012-08-121-31/+43
|\ \
| * | Compute restart causes period of network 'blackout'David McNally2012-08-101-31/+43
* | | Make sure reservations is initializedKevin L. Mitchell2012-08-101-4/+3
* | | Merge "Making security group refresh more specific"Jenkins2012-08-103-19/+29
|\ \ \
| * | | Making security group refresh more specificDavid McNally2012-08-103-19/+29
| |/ /
* / / maint: compare singletons with 'is' not '=='Pádraig Brady2012-08-101-1/+1
|/ /
* | Avoid double-reduction of quota for repeated delete.Eoghan Glynn2012-08-091-12/+27
* | Merge "Fix stale instances being sent over rpc."Jenkins2012-08-091-38/+22
|\ \
| * | Fix stale instances being sent over rpc.Russell Bryant2012-08-091-38/+22
* | | Send updated instance model to schedule_prep_resizeChris Behrens2012-08-091-5/+2
* | | Fix setting admin_pass in rescue commandJohannes Erdfelt2012-08-091-2/+1
|/ /
* | scheduler prep_resize should not update instance['host']Chris Behrens2012-08-081-1/+0
* | Merge "Fix a bug on remove_volume_connection in compute/manager.py"Jenkins2012-08-081-2/+2
|\ \
| * | Fix a bug on remove_volume_connection in compute/manager.pyShane Wang2012-08-091-2/+2
* | | Fix a bug on db.instance_get_by_uuid in compute/manager.pyShane Wang2012-08-091-1/+1
|/ /
* / Remove temporary hack from checks_instance_lock.Russell Bryant2012-08-071-42/+17
|/
* Remove temporary hack from wrap_instance_fault.Russell Bryant2012-08-071-36/+10