summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge "Remove obsolete baremetal override of MAC addresses."Jenkins2013-01-193-30/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Remove obsolete baremetal override of MAC addresses.Robert Collins2013-01-183-30/+4
* | | | | | | | Merge "Save password set through xen agent."Jenkins2013-01-181-0/+9
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Save password set through xen agent.Vishvananda Ishaya2013-01-161-0/+9
* | | | | | | | Merge "libvirt: Optimize test_connection and capabilities"Jenkins2013-01-171-6/+7
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | libvirt: Optimize test_connection and capabilitiesVishvananda Ishaya2013-01-161-6/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Add a get_spice_console method to nova.virt.ComputeDriver API"Jenkins2013-01-173-0/+31
|\ \ \ \ \ \ \
| * | | | | | | Add a get_spice_console method to nova.virt.ComputeDriver APIDaniel P. Berrange2013-01-163-0/+31
| |/ / / / / /
* / / / / / / Fix fallback when Quantum doesn't provide a 'vif_type'Daniel P. Berrange2013-01-161-15/+39
|/ / / / / /
* | | | | | Add support for configuring SPICE graphics with libvirtDaniel P. Berrange2013-01-161-6/+37
* | | | | | Add support for setting up <channel> elements in libvirt configDaniel P. Berrange2013-01-161-4/+37
| |/ / / / |/| | | |
* | | | | Add 'devname' to nova.network.model.VIF classDaniel P. Berrange2013-01-151-22/+18
|/ / / /
* | | | Export the MAC addresses of nodes for bare-metal.Robert Collins2013-01-151-0/+6
* | | | Break out a helper function for working with bare metal nodes.Robert Collins2013-01-151-3/+12
* | | | Define a hypervisor driver method for getting MAC addresses.Robert Collins2013-01-151-0/+29
* | | | Merge "Adds support for Quantum networking in Hyper-V"Jenkins2013-01-143-64/+179
|\ \ \ \
| * | | | Adds support for Quantum networking in Hyper-VAlessandro Pilotti2013-01-143-64/+179
* | | | | Merge "Centralize instance directory logic."Jenkins2013-01-143-72/+74
|\ \ \ \ \
| * | | | | Centralize instance directory logic.Michael Still2013-01-133-72/+74
* | | | | | Merge "Chown doesn't work on mounted vfat."Jenkins2013-01-141-8/+4
|\ \ \ \ \ \
| * | | | | | Chown doesn't work on mounted vfat.Michael Still2013-01-131-8/+4
| |/ / / / /
* | | | | | Merge "Fix addition of CPU features when running against legacy libvirt"Jenkins2013-01-141-0/+1
|\ \ \ \ \ \
| * | | | | | Fix addition of CPU features when running against legacy libvirtDaniel P. Berrange2013-01-141-0/+1
* | | | | | | Merge "VMware Compute Driver Rename"Jenkins2013-01-1410-101/+98
|\ \ \ \ \ \ \
| * | | | | | | VMware Compute Driver RenameSean Chen2013-01-1410-101/+98
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Keep self and context out of error notification payload."Jenkins2013-01-143-24/+2
|\ \ \ \ \ \ \
| * | | | | | | Keep self and context out of error notification payload.Sandy Walsh2013-01-143-24/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Fix incorrect comment, and move a variable close to use."Jenkins2013-01-141-5/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix incorrect comment, and move a variable close to use.Michael Still2013-01-121-5/+1
* | | | | | | Merge "Make Quantum plugin fill in the 'bridge' name"Jenkins2013-01-141-24/+21
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Make Quantum plugin fill in the 'bridge' nameDaniel P. Berrange2013-01-101-24/+21
* | | | | | | Merge "Move libvirt VIF XML config into designer.py"Jenkins2013-01-143-36/+138
|\| | | | | |
| * | | | | | Move libvirt VIF XML config into designer.pyDaniel P. Berrange2013-01-103-36/+138
* | | | | | | Convert ConfigDriveHelper to being a context manager itself.Michael Still2013-01-134-15/+16
| |_|_|/ / / |/| | | | |
* | | | | | Merge "xenapi: Remove dead code, moves, tests"Jenkins2013-01-122-80/+36
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | xenapi: Remove dead code, moves, testsMate Lakat2013-01-082-80/+36
* | | | | | Merge "Skip domains on libvirt errors in get_vcpu_used()"Jenkins2013-01-121-9/+20
|\ \ \ \ \ \
| * | | | | | Skip domains on libvirt errors in get_vcpu_used()Matthew Treinish2013-01-111-9/+20
* | | | | | | Merge "Adding configdrive to xenapi."Jenkins2013-01-113-10/+70
|\ \ \ \ \ \ \
| * | | | | | | Adding configdrive to xenapi.Michael Still2013-01-113-10/+70
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Correct the calculating of disk size when using lvm disk backend."Jenkins2013-01-112-4/+44
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Correct the calculating of disk size when using lvm disk backend.zhoudongshu2013-01-112-4/+44
| | |_|/ / / | |/| | | |
* | | | | | Fix libvirt resume function call to get_domain_xmlRafi Khardalian2013-01-101-2/+1
* | | | | | Merge "Access instance as dict, not object in xenapi"Jenkins2013-01-111-1/+1
|\ \ \ \ \ \
| * | | | | | Access instance as dict, not object in xenapiChris Behrens2013-01-111-1/+1
| | |/ / / / | |/| | | |
* / | | | | Change ComputerDriver.legacy_nwinfo to raise by default.Robert Collins2013-01-115-5/+16
|/ / / / /
* / / / / fix new N402 errorsSean Dague2013-01-101-8/+8
|/ / / /
* | | | Merge "Remove unused baremetal PXE options"Jenkins2013-01-101-11/+0
|\ \ \ \
| * | | | Remove unused baremetal PXE optionsMark McLoughlin2013-01-091-11/+0
* | | | | Merge "Move global service networking opts to new module"Jenkins2013-01-1015-14/+17
|\| | | | | |_|/ / |/| | |