summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-05-273-31/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename instances.image_id to instances.image_ref.Dan Prince2011-05-261-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-05-266-678/+764
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed image_ref variables to image_href. Since the convention is that x_refNaveed Massjouni2011-05-252-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge from trunkWilliam Wolf2011-05-231-21/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renaming service_image_id vars to image_id to reduce confusion.Naveed Massjouni2011-05-232-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved utils functions into nova/image/William Wolf2011-05-232-3/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor cleanupNaveed Massjouni2011-05-211-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | No reason to modify the way file names are generated for kernel and ramdisk,Naveed Massjouni2011-05-211-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge from trunkWilliam Wolf2011-05-204-99/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No reason to hash ramdisk_id and kernel_id. They are ints.Naveed Massjouni2011-05-191-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fname should have been root_fnameNaveed Massjouni2011-05-191-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor cleanup, plus had to merge because of diverged-branches issueNaveed Massjouni2011-05-191-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge from trunkWilliam Wolf2011-05-191-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor cleanupNaveed Massjouni2011-05-191-9/+3
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libvirt fixes to use new image_service stuffWilliam Wolf2011-05-182-5/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed all utils.import_object(FLAGS.image_service) and replaced withNaveed Massjouni2011-05-182-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorder firewall rules so the common path is shorter.Todd Willey2011-06-101-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge trunk.Todd Willey2011-06-012-4/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic hook-up to HostFilter and fixed up the passing of InstanceType spec to ...Sandy Walsh2011-05-311-0/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ trunk mergeSandy Walsh2011-05-312-17/+13
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trunk mergeSandy Walsh2011-05-273-31/+82
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trunk mergeSandy Walsh2011-05-266-676/+762
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trunk mergeSandy Walsh2011-05-252-23/+24
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Trunk mergeSandy Walsh2011-05-236-109/+56
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provision working correctly nowSandy Walsh2011-05-171-3/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests fixed and pep8'edSandy Walsh2011-05-171-2/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | failure conditions are being sent back properly nowSandy Walsh2011-05-163-52/+50
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | basic call going throughSandy Walsh2011-05-161-0/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added pause/suspend implementation to nova.virt.libvirt_connKei Masumoto2011-05-311-4/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed nova.virt.libvirt_conn.resume() method - removing try-catchKei Masumoto2011-05-301-6/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove _take_action_to_instanceKei Masumoto2011-05-271-13/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed read_only checkKei Masumoto2011-05-271-4/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace double quatation to single quatation at nova.virt.libvirt_connKei Masumoto2011-05-261-4/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unnecessary import inspect at nova.virt.libvirt_connKei Masumoto2011-05-261-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating _take_action_to_instance to nova.virt.libvirt_conn.pyKei Masumoto2011-05-261-28/+15
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged recent trunkKei Masumoto2011-05-258-187/+231
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged recent trunkKei Masumoto2011-05-2511-305/+293
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add kvm-pause and kvm-suspendKei Masumoto2011-04-141-4/+39
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whitespace cleanups.Todd Willey2011-05-311-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Trunk.Todd Willey2011-05-316-49/+97
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add vnc_keymap flag, enable setting keymap for vnc console and fix bug #782611.Masanori Itoh2011-05-312-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebased to trunk rev 1120.Masanori Itoh2011-06-019-740/+874
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebased to trunk rev 1101.Masanori Itoh2011-05-236-115/+66
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add vnc_keymap flag and enable setting keymap for vnc console.Masanori Itoh2011-05-172-1/+2
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the typo of APIError with ApiErrorVivek YS vivek.ys@gmail.com2011-05-311-3/+3
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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