summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-214-56/+74
* | | | | | Makes disk.partition resize root drive to 10G, unless it is m1.tiny whichVishvananda Ishaya2010-10-181-6/+9
* | | | | | Fix two problems with get_console_log:Soren Hansen2010-10-151-5/+4
* | | | | | fix remaining testsVishvananda Ishaya2010-10-131-3/+6
* | | | | | merged trunkVishvananda Ishaya2010-10-138-26/+313
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Xen support.Soren Hansen2010-10-134-1/+82
| |\ \ \ \ \
| | * \ \ \ \ Merge trunkSoren Hansen2010-10-121-0/+1
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Merge trunk.Soren Hansen2010-10-081-1/+1
| | |\ \ \ \ \
| | * | | | | | Merge trunk.Soren Hansen2010-10-041-21/+16
| | |\| | | | |
| | * | | | | | Move the code that extracts the console output into the virt drivers. Move th...Soren Hansen2010-09-203-0/+45
| | * | | | | | Add Xen template and use it by default if libvirt_type=xen.Soren Hansen2010-09-202-1/+37
| | | |_|/ / / | | |/| | | |
| * | | | | | fix testsVishvananda Ishaya2010-10-121-1/+2
| * | | | | | merged trunkVishvananda Ishaya2010-10-126-23/+229
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge trunk.Soren Hansen2010-10-121-0/+1
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | Imported images_path from nova.objectstore for nova-compute. Without its sett...Hisaki Ohara2010-10-071-3/+1
| | | * | | | | Defined images_path for nova-compute. Without its setting, it failsHisaki Ohara2010-10-061-0/+3
| | | | |/ / / | | | |/| | |
| | * | | | | Merge trunk.Soren Hansen2010-10-051-19/+14
| | |\| | | |
| | | * | | | Bug #653651: XenAPI support completely broken by orm-refactor mergeEwan Mellor2010-10-021-19/+14
| | * | | | | Merge security group related changes from lp:~anso/nova/deploySoren Hansen2010-10-041-4/+35
| | * | | | | Merge trunkSoren Hansen2010-10-011-2/+2
| | |\| | | |
| | * | | | | fix ordering of rules to actually allow out and drop inVishvananda Ishaya2010-09-291-4/+4
| | * | | | | Make sure arguments to string format are in the correct order.Soren Hansen2010-09-281-2/+3
| | * | | | | Make the incoming blocking rules take precedence over the output accept rules.Soren Hansen2010-09-281-8/+9
| | * | | | | This is getting ridiculous.Soren Hansen2010-09-281-10/+40
| | * | | | | Set priority of security group rules to 300 to make sure they override the de...Soren Hansen2010-09-271-1/+1
| | * | | | | Recreate ensure_security_group_filter. Needed for refresh.Soren Hansen2010-09-271-4/+8
| | * | | | | Clean up nwfilter code. Move our filters into the ipv4 chain.Soren Hansen2010-09-271-61/+38
| | * | | | | Allow DHCP requests through, pass the IP of the gateway as the dhcp server.Soren Hansen2010-09-273-1/+7
| | * | | | | Merge trunkSoren Hansen2010-09-222-27/+34
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Leave out the network setting from the interfaces template. It does not get p...Soren Hansen2010-09-141-1/+0
| | * | | | | Fix up rule generation. It turns out nwfilter gets very, very wonky indeedSoren Hansen2010-09-141-14/+27
| | * | | | | Correctly pass ip_address to templates.Soren Hansen2010-09-133-5/+7
| | * | | | | Fix call to listNWFiltersSoren Hansen2010-09-131-1/+1
| | * | | | | (Untested) Make changes to security group rules propagate to the relevant com...Soren Hansen2010-09-131-13/+24
| | * | | | | Filters all get defined when running an instance.Soren Hansen2010-09-133-6/+72
| | * | | | | Merge nwfilter branch.Soren Hansen2010-09-132-0/+6
| | |\ \ \ \ \
| | | * | | | | Add a clean-traffic filterref to the libvirt templates to prevent spoofing an...Soren Hansen2010-09-072-0/+6
| | * | | | | | Refactored to security group api to support projectsDevin Carlen2010-09-101-1/+1
| | * | | | | | Merge with orm_deux (fixing up style changes in my stuff at the same time).Soren Hansen2010-09-101-7/+22
| | |\ \ \ \ \ \
| | * | | | | | | First pass of nwfilter based security group implementation. It is not where i...Soren Hansen2010-09-101-0/+63
| * | | | | | | | Fixed flat network manager with network index gone.Vishvananda Ishaya2010-09-301-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* / | | | | | | Fix the deprecation warnings for passing no context.Vishvananda Ishaya2010-10-011-10/+17
|/ / / / / / /
* | | | / / / Bug #651887: xenapi list_instances completely brokenEwan Mellor2010-09-301-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | merged trunkVishvananda Ishaya2010-09-111-15/+25
|\ \ \ \ \ \
| * | | | | | Change "exn" to "exc" to fit with the common style.Ewan Mellor2010-09-101-16/+16
| * | | | | | Bug #630636: XenAPI VM destroy fails when the VM is still runningEwan Mellor2010-09-051-3/+13
* | | | | | | fixed logic in set_state code to stop endless loopsVishvananda Ishaya2010-09-091-12/+9
| |_|/ / / / |/| | | | |
* | | | | | set state moved to db layerVishvananda Ishaya2010-09-081-7/+22
| |/ / / / |/| | | |
* | | | | Merged trunkVishvananda Ishaya2010-09-072-4/+6
|\| | | |
| * | | | Just a couple of UML-only fixes:Soren Hansen2010-09-032-4/+5
| |\ \ \ \