summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "Adds retry on upload_vhd for xapi glance plugin"Jenkins2013-03-041-14/+43
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Adds retry on upload_vhd for xapi glance pluginNicholas Kuechler2013-02-271-14/+43
* | | | | | Merge "Add ssh port and key based auth to VPD."Jenkins2013-03-032-6/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add ssh port and key based auth to VPD.Chris Krelle2013-03-032-6/+19
* | | | | | Merge "Make compute manager revert crashed migrations on init_host()"Jenkins2013-03-023-9/+38
|\ \ \ \ \ \
| * | | | | | Make compute manager revert crashed migrations on init_host()Dan Smith2013-02-283-9/+38
* | | | | | | Merge "Fix IBM copyright strings"Jenkins2013-03-0210-10/+10
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix IBM copyright stringsKurt Taylor2013-03-0110-10/+10
* | | | | | | Merge "Add instance_type_get() to virt api"Jenkins2013-03-026-26/+54
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add instance_type_get() to virt apiDan Smith2013-02-286-26/+54
| | |/ / / / | |/| | | |
* | | | | | Merge "Add a 'hw_' namespace to glance hardware config properties"Jenkins2013-03-012-2/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add a 'hw_' namespace to glance hardware config propertiesDaniel P. Berrange2013-02-272-2/+3
| | |_|/ / | |/| | |
* | | | | Merge "Fixes the Hyper-V driver's method signature"Jenkins2013-03-012-3/+4
|\ \ \ \ \
| * | | | | Fixes the Hyper-V driver's method signatureAlessandro Pilotti2013-03-012-3/+4
* | | | | | Fixes a Hyper-V live migration issueAlessandro Pilotti2013-03-012-10/+24
|/ / / / /
* | | | | Merge "Run libguestfs API calls in a thread pool"Jenkins2013-02-281-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Run libguestfs API calls in a thread poolDaniel P. Berrange2013-02-251-1/+2
* | | | | Merge "Don't blindly skip first migration."Jenkins2013-02-281-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Don't blindly skip first migration.Rick Harris2013-02-281-1/+1
* | | | | Merge "BM Migration 004: Actually drop column"Jenkins2013-02-281-3/+1
|\| | | |
| * | | | BM Migration 004: Actually drop columnRick Harris2013-02-271-3/+1
* | | | | Merge "Makes sure required powervm config options are set"Jenkins2013-02-271-4/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Makes sure required powervm config options are setDavid Peraza2013-02-271-4/+6
| | |_|/ | |/| |
* / | | Update OpenStack LLC to FoundationKurt Taylor2013-02-2628-28/+28
|/ / /
* | | Merge "Sync nova with oslo DB exception cleanup."Jenkins2013-02-273-5/+4
|\ \ \
| * | | Sync nova with oslo DB exception cleanup.Chris Behrens2013-02-253-5/+4
| | |/ | |/|
* | | Merge "Enable VM DHCP request to reach DHCP agent"Jenkins2013-02-261-0/+12
|\ \ \ | |_|/ |/| |
| * | Enable VM DHCP request to reach DHCP agentGary Kotton2013-02-221-0/+12
* | | Merge "Clean unused kernels and ramdisks from image cache"Jenkins2013-02-252-17/+49
|\ \ \ | |_|/ |/| |
| * | Clean unused kernels and ramdisks from image cacheMark McLoughlin2013-02-232-17/+49
| |/
* | Merge "Adding ability to specify the libvirt cache mode for disk devices"Jenkins2013-02-231-0/+39
|\ \
| * | Adding ability to specify the libvirt cache mode for disk devicesDavid McNally2013-02-201-0/+39
* | | Merge "Removes unnecessary qemu-img dependency on powervm driver"Jenkins2013-02-231-3/+3
|\ \ \
| * | | Removes unnecessary qemu-img dependency on powervm driverDavid Peraza2013-02-221-3/+3
| | |/ | |/|
* | | Merge "Make guestfs use same libvirt URI as Nova."Jenkins2013-02-231-0/+5
|\ \ \
| * | | Make guestfs use same libvirt URI as Nova.Dan Prince2013-02-221-0/+5
* | | | Merge "Make LibvirtDriver.uri() a staticmethod."Jenkins2013-02-231-6/+6
|\| | |
| * | | Make LibvirtDriver.uri() a staticmethod.Dan Prince2013-02-221-6/+6
| |/ /
* | | Merge "Don't set filter name if we use Noop driver"Jenkins2013-02-231-1/+2
|\ \ \
| * | | Don't set filter name if we use Noop driverChet Burgess2013-02-221-1/+2
| |/ /
* | | Merge "Fix exception handling in baremetal API."Jenkins2013-02-221-2/+7
|\ \ \
| * | | Fix exception handling in baremetal API.Devananda van der Veen2013-02-221-2/+7
* | | | Merge "BM Migrations 2 & 3: Fix drop_column statements"Jenkins2013-02-222-9/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | BM Migrations 2 & 3: Fix drop_column statementsRick Harris2013-02-212-9/+3
| |/ /
* | | Merge "Fix launching libvirt instances with swap"Jenkins2013-02-222-1/+5
|\ \ \
| * | | Fix launching libvirt instances with swapDaniel P. Berrange2013-02-212-1/+5
| |/ /
* / / import base_dir_name config option into vmwareapiSean Chen2013-02-211-0/+1
|/ /
* | Merge "Fix instance can not be deleted after soft reboot"Jenkins2013-02-211-14/+57
|\ \
| * | Fix instance can not be deleted after soft rebootWangpan2013-02-171-14/+57
* | | Merge "Improve I/O performance for periodic tasks"Jenkins2013-02-212-80/+54
|\ \ \