summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed blank lines for pep8 fixIlya Alekseyev2011-04-051-2/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trunk merged. conflict resolved.Ilya Alekseyev2011-04-185-80/+230
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8 fixedIlya Alekseyev2011-04-051-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed network_info creating.Ilya Alekseyev2011-04-041-0/+5
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverted bad merge.Brian Lamar2011-04-201-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-04-206-33/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged trunk.Josh Kearney2011-04-192-8/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8 fixesJason Koelker2011-04-191-0/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8 fixesJason Koelker2011-04-181-0/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use 'is not None' instead of '!= None'Jason Koelker2011-04-181-6/+6
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use 'is not None' instead of '!= None'Jason Koelker2011-04-181-6/+6
| | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change '== None' to 'is None'Jason Koelker2011-04-181-2/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change '== None' to 'is None'Jason Koelker2011-04-181-2/+2
| | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | / | | | | | | | | | | | | | | | | | | | | | | | | | | | First round of pylint cleanup.Josh Kearney2011-04-183-14/+7
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change to utils.execute's call style missed this call somehow, this shoul...termie2011-04-181-8/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | move name into main metadata instead of propertiestermie2011-04-161-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | change libvirt snapshot to new style executetermie2011-04-161-7/+11
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix parameter mismatch calling to_xml() from spawn() in libvirt_conn.pyYoshiaki Tamura2011-04-171-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix parameter mismatch calling to_xml() from spawn() in libvirt_conn.pyYoshiaki Tamura2011-04-141-1/+1
| | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the unused self.interfaces_xml variable.Josh Kearney2011-04-151-1/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused self.interfaces_xmlJosh Kearney2011-04-111-1/+0
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | / / / / / / / / / / / / / / / / / / / Don't hammer on the DBJosh Kearney2011-04-131-0/+3
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Make VMWare Connection inherit from ComputeDriverVishvananda Ishaya2011-04-121-1/+3
| | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | Dangerous whitespace mistake! :)Brian Lamar2011-04-121-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | Reverted some superfluous changes to make MP more concise.Brian Lamar2011-04-121-10/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | Reverted some superfluous changes to make MP more concise.Brian Lamar2011-04-121-54/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-04-114-76/+242
| |\| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | When using libvirt, remove the persistent domain definition when we call dest...Justin SB2011-04-111-5/+50
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Ooops - redefining the _ variable seems like a _really_ bad ideaJustin SB2011-04-091-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | Handle the case when the machine is already SHUTOFFJustin SB2011-04-091-5/+15
| | | * | | | | | | | | | | | | | | | | | | | | | | Split logic on shutdown and undefine, so that even if the machine is already ...Justin SB2011-04-091-13/+40
| | | * | | | | | | | | | | | | | | | | | | | | | | Remove the XML definition when we destroy a machineJustin SB2011-04-091-2/+10
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Currently terminating an instance will hang in a loop, this allows for deleti...Brian Lamar2011-04-111-3/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | Fixed log message gaffe.Brian Lamar2011-04-091-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | Added error message to exception logging.Brian Lamar2011-04-081-1/+3
| | | * | | | | | | | | | | | | | | | | | | | | | Fixes bug which hangs nova-compute when terminating an instance when using li...Brian Lamar2011-04-081-3/+4
| | * | | | | | | | | | | | | | | | | | | | | | | There is a race condition when a VDI is mounted and the device node is create...Johannes Erdfelt2011-04-081-0/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | Short circuit non-existant device during unit tests. It won't ever be createdJohannes Erdfelt2011-04-081-1/+5
| | | * | | | | | | | | | | | | | | | | | | | | | Merge with lp:novaJohannes Erdfelt2011-04-074-56/+104
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | Use a more descriptive name for the flag to make it easier to understandJohannes Erdfelt2011-04-061-2/+2
| | | * | | | | | | | | | | | | | | | | | | | | | | Wait for device node to be created after mounting image VDIJohannes Erdfelt2011-04-061-0/+13
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Fixes issues with describe instances due to improperly set metadata.Vishvananda Ishaya2011-04-081-1/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged trunkVishvananda Ishaya2011-04-074-56/+104
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-04-054-26/+36
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | remove all references to image_type and change nova-manage upload to set cont...Vishvananda Ishaya2011-03-301-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | Keep guest instances when libvirt host restartsJustin Santa Barbara2011-04-071-12/+44
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Log libvirt errcode on exceptionJustin Santa Barbara2011-04-071-2/+5
| | | * | | | | | | | | | | | | | | | | | | | | | | Fix to correct libvirt error code when the domain is not foundJustin Santa Barbara2011-04-071-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | Removed commented-out old 'delete instance on SHUTOFF' codeJustin Santa Barbara2011-04-071-7/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | Narrowly focused bugfix - don't lose libvirt instances on host reboot or if t...Justin Santa Barbara2011-03-291-12/+47