summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge "Convert remaining network API casts to calls"Jenkins2012-07-131-5/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Convert remaining network API casts to callsPhil Day2012-07-121-5/+5
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Adds snapshot_attached_here contextmanager."Jenkins2012-07-134-80/+89
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Adds snapshot_attached_here contextmanager.Rick Harris2012-07-124-80/+89
* | | | | | | | | | | Merge "Remove deprecated auth from GlanceImageService"Jenkins2012-07-133-45/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove deprecated auth from GlanceImageServiceBrian Waldon2012-07-113-45/+1
* | | | | | | | | | | Merge "Use the dict syntax instead of attribute to access db objects"Jenkins2012-07-121-10/+10
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Use the dict syntax instead of attribute to access db objectsYun Mao2012-07-121-10/+10
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Floating_ip create /31,32 shouldn't silent error"Jenkins2012-07-121-0/+35
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Floating_ip create /31,32 shouldn't silent errorJohn Tran2012-07-121-0/+35
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "When deleting an instance, avoid freakout if iscsi device is gone"Jenkins2012-07-121-3/+5
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | When deleting an instance, avoid freakout if iscsi device is goneDan Smith2012-07-101-3/+5
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Adds bootlocking to the xenserver suspend and resumeMatt Dietz2012-07-121-0/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge "Don't block instance delete on missing block device volume"Jenkins2012-07-121-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't block instance delete on missing block device volumeDan Smith2012-07-101-0/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge "Imports base64 to fix xen file injection"Jenkins2012-07-121-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Imports base64 to fix xen file injectionGabe Westmaas2012-07-111-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "Adds diagnostics command for the libvirt driver."Jenkins2012-07-124-1/+479
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Adds diagnostics command for the libvirt driver.Leander Bessa Beernaert2012-07-104-1/+479
| | |/ / / / / | |/| | | | |
* | | | | | | Remove deprecated auth-related db codeBrian Waldon2012-07-117-446/+358
| |/ / / / / |/| | | | |
* | | | | | Merge "allows setting accessIPvs to null via update call"Jenkins2012-07-112-2/+60
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | allows setting accessIPvs to null via update callNikhil Komawar2012-07-112-2/+60
* | | | | | Merge "Refactors more snapshot code into vm_utils."Jenkins2012-07-113-30/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refactors more snapshot code into vm_utils.Rick Harris2012-07-113-30/+25
* | | | | | Merge "Re-add nova.virt.driver import to xenapi driver"Jenkins2012-07-111-0/+1
|\ \ \ \ \ \
| * | | | | | Re-add nova.virt.driver import to xenapi driverJohannes Erdfelt2012-07-111-0/+1
* | | | | | | Merge "Distinguish over-quota for volume size and number."Jenkins2012-07-113-4/+58
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Distinguish over-quota for volume size and number.Eoghan Glynn2012-07-043-4/+58
* | | | | | | Merge "Clarifying which vm_utils functions are private."Jenkins2012-07-113-53/+53
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Clarifying which vm_utils functions are private.Rick Harris2012-07-113-53/+53
* | | | | | | Merge "Adds network labels to the fixed ips in usages"Jenkins2012-07-112-4/+17
|\ \ \ \ \ \ \
| * | | | | | | Adds network labels to the fixed ips in usagesMatt Dietz2012-07-112-4/+17
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Refactor instance_usage_audit. Add audit tasklog."Jenkins2012-07-1111-11/+633
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Refactor instance_usage_audit. Add audit tasklog.Monsyne Dragon2012-07-1011-11/+633
* | | | | | | Merge "Split xenapi agent code out to nova.virt.xenapi.agent"Jenkins2012-07-113-200/+274
|\ \ \ \ \ \ \
| * | | | | | | Split xenapi agent code out to nova.virt.xenapi.agentJohannes Erdfelt2012-07-103-200/+274
* | | | | | | | Use compute_api.get_all in affinity filters.Dan Prince2012-07-111-4/+9
* | | | | | | | Merge "fix metadata file injection with xen"Jenkins2012-07-111-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix metadata file injection with xenPádraig Brady2012-07-071-1/+1
* | | | | | | | | Merge "Fixes api fails to unpack metadata using cinder"Jenkins2012-07-111-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fixes api fails to unpack metadata using cinderJohn Griffith2012-07-101-3/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "Avoid lazy-loading errors on instance_type"Jenkins2012-07-111-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid lazy-loading errors on instance_typeVishvananda Ishaya2012-07-091-3/+3
* | | | | | | | | Merge "Remove deprecated auth code"Jenkins2012-07-1121-3186/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove deprecated auth codeBrian Waldon2012-07-0921-3186/+0
* | | | | | | | | | Merge "Update common setup code to latest."Jenkins2012-07-101-23/+221
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update common setup code to latest.Monty Taylor2012-07-071-23/+221
* | | | | | | | | | | Merge "ensure libguestfs has completed before proceeding"Jenkins2012-07-101-1/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ensure libguestfs has completed before proceedingPádraig Brady2012-07-101-1/+12
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "flags documentation to deprecate connection_type"Jenkins2012-07-102-3/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |