summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
* added \n is not needed with -AChris Behrens2011-05-271-2/+0
* added -A back in to pass to opensslChris Behrens2011-05-271-1/+1
* fixed so all the new encryption tests pass.. including data with newlines and...Chris Behrens2011-05-271-6/+10
* prevent encryption from adding newlines on long messagesMark Washenberger2011-05-271-1/+1
* fix encryption handling of newlines again and restructure the code a bitMark Washenberger2011-05-271-17/+7
* fix calls to openssl properly now. Only append \n to stdin when decoding. U...Chris Behrens2011-05-271-1/+5
* add a comment when calling glance:download_vhd so it's clear what is returnedChris Behrens2011-05-261-0/+4
* Merged trunkChris Behrens2011-05-261-0/+11
|\
| * updating admin_pass moved down to compute where the password is actually rese...Chris Behrens2011-05-251-0/+3
| * merged trunkChris Behrens2011-05-256-676/+751
| |\
| * | change install_ref.admin_password to instance_ref.admin_pass to match the DBChris Behrens2011-05-251-1/+1
| * | instead of the API spawning a greenthread to wait for a host to be picked,Chris Behrens2011-05-241-0/+8
* | | Change the return from glance to be a list of dictionaries describing VDIsChris Behrens2011-05-263-42/+64
* | | Merged trunkChris Behrens2011-05-256-678/+753
|\ \ \ | | |/ | |/|
| * | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-05-255-675/+749
| |\ \
| | * | Moved back templates and fixed pep8 issue. Template move was due to breaking ...Brian Lamar2011-05-194-5/+4
| | * | Merged trunk and resolved horrible horrible conflicts.Brian Lamar2011-05-195-63/+70
| | |\ \
| | * \ \ Merged trunk.Brian Lamar2011-05-113-1/+96
| | |\ \ \
| | * \ \ \ Merged trunk.Brian Lamar2011-05-112-6/+8
| | |\ \ \ \
| | * \ \ \ \ Merged trunk.Brian Lamar2011-05-069-181/+148
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged trunk and fixed simple exception conflict.Brian Lamar2011-04-222-18/+23
| | |\ \ \ \ \ \
| | * | | | | | | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-04-227-654/+738
| * | | | | | | | Changed the exception type to not require an instance IDEd Leafe2011-05-251-1/+2
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | DHSimple's decrypt needs to append \n when writing to stdinChris Behrens2011-05-241-1/+1
| * | | | | | | need to strip newline from openssl stdout dataChris Behrens2011-05-241-1/+1
* | | | | | | | move devices backChris Behrens2011-05-241-2/+2
* | | | | | | | swap should use device 1 and rescue use device 2Chris Behrens2011-05-231-2/+2
* | | | | | | | fix tests, have glance plugin return json encoded string of vdi uuidsChris Behrens2011-05-232-3/+7
* | | | | | | | cleanup and fixesChris Behrens2011-05-232-24/+34
* | | | | | | | initial fudging in of swap diskChris Behrens2011-05-232-14/+25
|/ / / / / / /
* | | | | | | Fixes euca-attach-volume for iscsi using XenserverRenuka Apte2011-05-231-21/+22
|\ \ \ \ \ \ \
| * | | | | | | Fix remote volume codeRenuka Apte2011-05-111-3/+6
| * | | | | | | Fix indentation.Renuka Apte2011-05-031-5/+7
| * | | | | | | Minor fixesRenuka Apte2011-04-121-1/+1
| * | | | | | | Fixes euca-attach-volume for iscsi using XenserverRenuka Apte2011-04-081-15/+11
* | | | | | | | Get rid of old virt/images.py functions that are no longer needed. Checked f...William Wolf2011-05-201-69/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | fixed pep8 issueWilliam Wolf2011-05-191-0/+1
| * | | | | | | | merge from trunkWilliam Wolf2011-05-194-66/+170
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | got rid of unnecessary importsWilliam Wolf2011-05-091-9/+0
| * | | | | | | | clean up unused functions from virt/images.pyWilliam Wolf2011-05-091-61/+0
* | | | | | | | | This fix ensures that kpartx -d is called in the event that tune2fs fails dur...Anthony Young2011-05-201-24/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix for lp760921. Previously, if tune2fs failed, as it does on windowsAnthony Young2011-05-121-24/+26
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Add new flag 'max_kernel_ramdisk_size' to specify a maximum size of kernel or...Johannes Erdfelt2011-05-201-0/+8
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-05-0911-305/+293
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Minor formatting cleanupJohannes Erdfelt2011-04-131-2/+2
| * | | | | | | | | Add new flag 'max_kernel_ramdisk_size' to specify a maximum size of kernelJohannes Erdfelt2011-04-121-0/+8
* | | | | | | | | | The XenAPI driver uses openssl as part of the nova-agent implementation to se...Johannes Erdfelt2011-05-201-6/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Instead of using a temp file with openssl, just write directly to stdinJohannes Erdfelt2011-05-171-6/+4
* | | | | | | | | | Added missing xenhost plugin.Josh Kearney2011-05-181-4/+4
* | | | | | | | | | Added network_info into refresh_security_group_rulesEldar Nugaev2011-05-171-6/+14
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |