summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | Renamed setup_vif_network to plug_vifRyu Ishimoto2011-07-203-21/+10
| | | | * | | | | | | | | | | | | | | | | first cut of xenserver vif-plugging, some minor tweaks to libvirt pluggingdanwent2011-07-205-39/+33
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merged lp:~danwent/nova/network-refactoring-l2Ryu Ishimoto2011-07-204-16/+57
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | cleanupDan Wendlandt2011-07-193-9/+10
| | | * | | | | | | | | | | | | | | | | | merge of ovs L2 branchDan Wendlandt2011-07-194-11/+59
| | * | | | | | | | | | | | | | | | | | | Added detroy_vif_networkRyu Ishimoto2011-07-201-0/+8
| | * | | | | | | | | | | | | | | | | | | Merged trunkRyu Ishimoto2011-07-208-114/+314
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Removed blank linesRyu Ishimoto2011-07-201-1/+1
| | * | | | | | | | | | | | | | | | | | | Fixed equality comparison bug in libvirt XMLRyu Ishimoto2011-07-201-2/+2
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Moved 'setup_compute_network' logic into the virt layerRyu Ishimoto2011-07-113-13/+72
| | * | | | | | | | | | | | | | | | | | Removed a typo error in libvirt connection.pyRyu Ishimoto2011-07-071-1/+1
| | * | | | | | | | | | | | | | | | | | Added VIF driver conceptRyu Ishimoto2011-07-073-39/+103
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fixed the virt driver basematt.dietz@rackspace.com2011-07-272-2/+3
| * | | | | | | | | | | | | | | | | | Resolved conflict with trunkmatt.dietz@rackspace.com2011-07-213-11/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Renamed the virt driver resize methods to migration for marginally more under...matt.dietz@rackspace.com2011-07-213-16/+18
| * | | | | | | | | | | | | | | | | | CHanges based on feedbackmatt.dietz@rackspace.com2011-07-202-6/+9
| * | | | | | | | | | | | | | | | | | Fix plus passing testsmatt.dietz@rackspace.com2011-07-201-3/+6
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | removing objectstore and image_service flag checkingBrian Waldon2011-07-261-95/+9
* | | | | | | | | | | | | | | | | | removing rogue printBrian Waldon2011-07-251-1/+0
* | | | | | | | | | | | | | | | | | removing xenapi_image_service flagBrian Waldon2011-07-252-9/+8
| |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix boot from volume failure for network block devices.Yoshiaki Tamura2011-07-252-7/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Refactor device type checking.Yoshiaki Tamura2011-07-202-16/+17
| * | | | | | | | | | | | | | | | | Fix boot from volume failure for network block devices.Yoshiaki Tamura2011-07-042-1/+16
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bug #796813: vmwareapi does not support distributed vswitchArvind Somya asomya@cisco.com2011-07-253-15/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fixing PEP8 compliance issues.Arvind Somya asomya@cisco.com2011-07-251-3/+7
| * | | | | | | | | | | | | | | | - Fixed the conflift in vmops.pyArvind Somy2011-07-183-15/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | - Modified NOTE in vm_util.pyArvind Somy2011-06-271-1/+1
| | * | | | | | | | | | | | | | | Fixing PEP8 compliance issues.Arvind Somya asomya@cisco.com2011-06-243-10/+14
| | * | | | | | | | | | | | | | | Fix for lp:796834Arvind Somy2011-06-172-3/+6
| | * | | | | | | | | | | | | | | Fix for Bug lp:796813Arvind Somy2011-06-173-13/+46
* | | | | | | | | | | | | | | | | update netutils in libvirt to match the 2 dns setupVishvananda Ishaya2011-07-231-1/+6
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge from trunkmatt.dietz@rackspace.com2011-07-212-10/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Adds HA networking (multi_host) option to networks.Vishvananda Ishaya2011-07-211-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged trunkVishvananda Ishaya2011-07-201-4/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-07-183-20/+26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-07-088-94/+288
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | pass in dhcp server address, fix a bunch of bugsVishvananda Ishaya2011-07-051-2/+1
| | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Older Windows agents are very picky about the data sent to it. It also requir...Johannes Erdfelt2011-07-201-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Make sure reset_network() call happens after we've determined the agent isJohannes Erdfelt2011-07-201-3/+1
| * | | | | | | | | | | | | | | | Fixes bug #807764. Please disregard previous proposal with incorrect bug #.Adam Gandelman2011-07-201-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix unchecked key reference to mappings['gateway6']. Fixes LP #807764.Adam Gandelman2011-07-191-1/+4
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | correct indentationScott Moser2011-07-201-2/+2
| * | | | | | | | | | | | | | | correct broken logic for lxc and uml to avoid adding vnc arguments (LP: #812553)Scott Moser2011-07-191-2/+1
| |/ / / / / / / / / / / / / /
* / / / / / / / / / / / / / / Fixes lp813006 - inconsistent DB API namingmatt.dietz@rackspace.com2011-07-191-1/+1
|/ / / / / / / / / / / / / /
* | | | | | / / / / / / / / Existing Windows agent behaves differently than the Unix agents and require s...Johannes Erdfelt2011-07-151-3/+9
|\| | | | | | | | | | | | | | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-07-146-37/+214
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge with parentJohannes Erdfelt2011-06-2011-55/+96
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add trailing LF (\n) to password for compatibility with old agentsJohannes Erdfelt2011-06-151-5/+7
| * | | | | | | | | | | | | | Workaround windows agent bugs where some responses have trailing \\r\\nJohannes Erdfelt2011-06-151-2/+6
* | | | | | | | | | | | | | | trunk mergeSandy Walsh2011-07-138-96/+290
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \