summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | | | | | | | | | | | PEP-8 fixesSoren Hansen2011-02-211-2/+0
| | | | * | | | | | | | | | | | | | | | | | Unfilter instance correctly on termination.Soren Hansen2011-02-211-5/+3
| | | | * | | | | | | | | | | | | | | | | | Also remove rules that jump to deleted chains.Soren Hansen2011-02-211-5/+2
| | | | * | | | | | | | | | | | | | | | | | Fix refresh sec groups.Soren Hansen2011-02-211-5/+10
| | | | * | | | | | | | | | | | | | | | | | Merge trunkSoren Hansen2011-02-193-0/+71
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | | | |/| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | Security group fallback is named sg-fallback.Soren Hansen2011-02-191-2/+2
| | | | * | | | | | | | | | | | | | | | | | Port libvirt_conn.IptablesDriver over to use linux_net.IptablesManagerSoren Hansen2011-02-191-121/+94
| | | | * | | | | | | | | | | | | | | | | | Introduce IptablesManager in linux_net. Port every use of iptables in linux_n...Soren Hansen2011-02-181-13/+15
| | | | * | | | | | | | | | | | | | | | | | Use a semaphore to ensure we don't run more than one iptables-restore at a time.Soren Hansen2011-02-171-9/+13
| | * | | | | | | | | | | | | | | | | | | | merge trunkCory Wright2011-03-102-2/+2
| | |\| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Another little detail..Soren Hansen2011-03-101-1/+1
| | | * | | | | | | | | | | | | | | | | | | s/s.getuid()/os.getuid()/Soren Hansen2011-03-101-1/+1
| | | | |_|_|_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Use a FLAGS.default_os_type if availableCory Wright2011-03-101-2/+4
| | * | | | | | | | | | | | | | | | | | | merge trunkCory Wright2011-03-104-68/+89
| | |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | a few fixes for the testsCory Wright2011-03-091-1/+1
| | * | | | | | | | | | | | | | | | | | | merge trunkCory Wright2011-03-095-81/+268
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | * pep8 cleanups in migrationsCory Wright2011-03-081-1/+1
| | * | | | | | | | | | | | | | | | | | | * os_type is no longer `not null`Cory Wright2011-03-041-4/+4
| | * | | | | | | | | | | | | | | | | | | merged trunkCory Wright2011-03-046-61/+191
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | * Tests to verify correct vm-params for Windows and Linux instancesCory Wright2011-03-042-11/+11
| | * | | | | | | | | | | | | | | | | | | * Added first cut of migration for os_type on instances tableCory Wright2011-03-022-5/+8
| | * | | | | | | | | | | | | | | | | | | * Added ability to launch XenServer instances with per-os vm-params.Cory Wright2011-03-012-56/+113
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | merged to trunk rev781Kei Masumoto2011-03-104-68/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-03-108-138/+337
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Fixes a race condition where multiple greenthreads were attempting to resize ...Vishvananda Ishaya2011-03-091-5/+14
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | remove the semaphore when there is no one waiting on itVishvananda Ishaya2011-03-091-0/+2
| | | | * | | | | | | | | | | | | | | | make static method for testing without initializing libvirtVishvananda Ishaya2011-03-091-5/+6
| | | | * | | | | | | | | | | | | | | | tests and semaphore fix for image cachingVishvananda Ishaya2011-03-091-4/+10
| | | | | |/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Fixes uses of process_inputEric Windisch2011-03-092-9/+6
| | | * | | | | | | | | | | | | | | | Merge with mainEric Windisch2011-03-093-55/+66
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | execvp: almost passes testsEric Windisch2011-03-092-9/+8
| | | * | | | | | | | | | | | | | | | Fix todo commentEric Windisch2011-03-081-2/+3
| | | * | | | | | | | | | | | | | | | Merge from main branchEric Windisch2011-03-087-138/+642
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | execvpEric Windisch2011-03-084-44/+52
| | | | |_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | make compute get the new images properly, fix a bunch of tests, and provide c...Vishvananda Ishaya2011-03-072-13/+20
| | | |_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fixed based on reviewer's comment.Kei Masumoto2011-03-101-8/+14
| * | | | | | | | | | | | | | | | merged to trunk rev 769Kei Masumoto2011-03-096-85/+270
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fixes lp730960 - mangled instance creation in virt drivers due to improper me...matt.dietz@rackspace.com2011-03-082-22/+28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Pep8 fixesmatt.dietz@rackspace.com2011-03-081-1/+1
| | | * | | | | | | | | | | | | | | Merge from trunkCerberus2011-03-081-25/+28
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | NitsCerberus2011-03-081-2/+2
| | | * | | | | | | | | | | | | | | Some more refactoring and a tighter unit testmatt.dietz@rackspace.com2011-03-072-18/+16
| | | * | | | | | | | | | | | | | | A few more changesmatt.dietz@rackspace.com2011-03-072-11/+8
| | | * | | | | | | | | | | | | | | And unit testsmatt.dietz@rackspace.com2011-03-071-1/+1
| | | * | | | | | | | | | | | | | | First part of the bug fixCerberus2011-03-072-3/+14
| | | | |_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Use disk_format and container_format instead of image typeRick Harris2011-03-081-8/+10
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | virt.xenapi.vmops._get_vm_opaque_ref changed vm to vm_ref and ref to objTrey Morris2011-03-071-5/+5
| | * | | | | | | | | | | | | | virt.xenapi.vmops._get_vm_opaque_ref assumes VM.get_record raisesTrey Morris2011-03-071-7/+5
| | * | | | | | | | | | | | | | virt.xenapi.vmops._get_vm_opaque_ref checks for basestring instance instead o...Trey Morris2011-03-071-1/+1
| | * | | | | | | | | | | | | | virt.xenapi.vmops._get_vm_opaque_ref exception caught properlyTrey Morris2011-03-071-7/+10