summaryrefslogtreecommitdiffstats
path: root/nova/virt/libvirt_conn.py
Commit message (Expand)AuthorAgeFilesLines
* Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-04-221-2168/+0
* Abstracted libvirt's lookupByName method into _lookup_by_name.Brian Lamar2011-04-221-27/+26
|\
| * Abstracted lookupByName calls to _lookup_by_name for centralized error handling.Brian Lamar2011-04-191-27/+26
* | Restore volume state on migration failure to fix lp742256.Muneyuki Noguchi2011-04-221-1/+1
|\ \
| * \ Merge trunk.Muneyuki Noguchi2011-04-221-147/+261
| |\ \
| * | | Use keyword arguments.Muneyuki Noguchi2011-04-041-1/+1
| * | | Merge trunk.Muneyuki Noguchi2011-03-311-7/+51
| |\ \ \
| * \ \ \ Merge trunk.Muneyuki Noguchi2011-03-291-6/+68
| |\ \ \ \
| * \ \ \ \ Merge trunk.Muneyuki Noguchi2011-03-281-6/+5
| |\ \ \ \ \
| * | | | | | Restore volume state on migration failure.Muneyuki Noguchi2011-03-251-1/+1
* | | | | | | merged trunkVishvananda Ishaya2011-04-211-97/+105
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | -Fixed indent for _get_ip_versionBrian Lamar2011-04-211-88/+93
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merged trunk and fixed small comment.Brian Lamar2011-04-191-1/+1
| | * | | | | Fixed info messages.Brian Lamar2011-04-191-4/+4
| | * | | | | Tweak to destroy loop logic.Brian Lamar2011-04-191-5/+0
| | * | | | | Pretty critical spelling error.Brian Lamar2011-04-191-3/+3
| | * | | | | Removed extra calls in exception handling and standardized the way LoopingCal...Brian Lamar2011-04-191-88/+98
| * | | | | | style fixEldar Nugaev2011-04-211-1/+1
| * | | | | | instance type get approach changed. tests fixedIlya Alekseyev2011-04-201-2/+2
| * | | | | | trunk mergedIlya Alekseyev2011-04-201-18/+21
| |\| | | | |
| | * | | | | 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
| * | | | | | | | trunk merged. conflict resolved.Ilya Alekseyev2011-04-181-2/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | removed blank lines for pep8 fixIlya Alekseyev2011-04-051-2/+0
| * | | | | | | | | trunk merged. conflict resolved.Ilya Alekseyev2011-04-181-62/+165
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | pep8 fixedIlya Alekseyev2011-04-051-1/+1
| * | | | | | | | | Fixed network_info creating.Ilya Alekseyev2011-04-041-0/+5
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | use vpn filter in basic filtering so cloudpipe works with iptables driverVishvananda Ishaya2011-04-211-10/+8
* | | | | | | | | Fixes cloudpipe to get the proper ip address.Vishvananda Ishaya2011-04-191-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | 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
|/ / / / /
* | | | | 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
* | | | | | 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
|/ / / / /
* | | | | Fixes issues with describe instances due to improperly set metadata.Vishvananda Ishaya2011-04-081-1/+0
|\ \ \ \ \
| * \ \ \ \ merged trunkVishvananda Ishaya2011-04-071-39/+59
| |\ \ \ \ \
| * \ \ \ \ \ merged trunkVishvananda Ishaya2011-04-051-2/+3
| |\ \ \ \ \ \