| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Untested) Make changes to security group rules propagate to the relevant com... | Soren Hansen | 2010-09-13 | 1 | -13/+24 |
| * | Filters all get defined when running an instance. | Soren Hansen | 2010-09-13 | 3 | -6/+72 |
| * | Merge nwfilter branch. | Soren Hansen | 2010-09-13 | 2 | -0/+6 |
| |\ |
|
| | * | Add a clean-traffic filterref to the libvirt templates to prevent spoofing an... | Soren Hansen | 2010-09-07 | 2 | -0/+6 |
| * | | Refactored to security group api to support projects | Devin Carlen | 2010-09-10 | 1 | -1/+1 |
| * | | Merge with orm_deux (fixing up style changes in my stuff at the same time). | Soren Hansen | 2010-09-10 | 1 | -7/+22 |
| |\ \ |
|
| | * | | set state moved to db layer | Vishvananda Ishaya | 2010-09-08 | 1 | -7/+22 |
| * | | | First pass of nwfilter based security group implementation. It is not where i... | Soren Hansen | 2010-09-10 | 1 | -0/+63 |
| |/ / |
|
| * | | Merged trunk | Vishvananda Ishaya | 2010-09-07 | 2 | -4/+6 |
| |\ \ |
|
| | * \ | Just a couple of UML-only fixes: | Soren Hansen | 2010-09-03 | 2 | -4/+5 |
| | |\ \ |
|
| | | * | | Revert the changes to the qemu libvirt template and make the appropriate chan... | Soren Hansen | 2010-09-01 | 2 | -7/+6 |
| | | * | | chown disk images to root for uml. Due to libvirt dropping CAP_DAC_OVERRIDE f... | Soren Hansen | 2010-08-27 | 1 | -0/+3 |
| | | * | | Set UML guests to use a file as their console. This halfway fixes get-console... | Soren Hansen | 2010-08-26 | 1 | -4/+3 |
| * | | | | Lots of fixes to make the nova commands work properly and make datamodel work... | Vishvananda Ishaya | 2010-09-07 | 2 | -11/+41 |
| * | | | | merged trunk | Vishvananda Ishaya | 2010-09-02 | 1 | -3/+6 |
| |\| | | |
|
| | * | | | Create console.log ahead of time. This ensures that the user running nova-com... | Soren Hansen | 2010-09-01 | 1 | -1/+3 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | | * | | Create console.log ahead of time. This ensures that the user running nova-com... | Soren Hansen | 2010-08-27 | 1 | -1/+3 |
| | | |/ |
|
| * | | | merged trunk | Vishvananda Ishaya | 2010-08-31 | 1 | -1/+1 |
| |\| | |
|
| | * | | Call getInfo() instead of getVersion() on the libvirt connection object. virC... | Soren Hansen | 2010-08-31 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | Call getInfo() instead of getVersion() on the libvirt connection object. virC... | Soren Hansen | 2010-08-31 | 1 | -1/+1 |
| * | | | | more cleanup and pylint fixes | Vishvananda Ishaya | 2010-08-30 | 1 | -18/+23 |
| * | | | | merged trunk, fixed a couple errors | Vishvananda Ishaya | 2010-08-30 | 3 | -33/+154 |
| |\| | | |
|
| | * | | | Reconnect to libvirt on broken connection. | Soren Hansen | 2010-08-30 | 1 | -1/+13 |
| | |\| | |
|
| | | * | | Detect if libvirt connection has been broken and reestablish it. | Soren Hansen | 2010-08-30 | 1 | -1/+13 |
| | | |/ |
|
| | * | | Merge trunk and resolve conflicts | jaypipes@gmail.com | 2010-08-30 | 8 | -87/+543 |
| | |\| |
|
| | | * | Rework virt.xenapi's concurrency model. There were many places where we were | Ewan Mellor | 2010-08-24 | 1 | -31/+136 |
| | | |\ |
|
| | | | * | Move deferredToThread into utils, as suggested by termie. | Ewan Mellor | 2010-08-19 | 1 | -12/+6 |
| | | | * | Remove whitespace to match style guide. | Ewan Mellor | 2010-08-19 | 1 | -15/+0 |
| | | | * | Merge with trunk, in particular merging with the style cleanup that caused | Ewan Mellor | 2010-08-17 | 8 | -61/+289 |
| | | | |\ |
|
| | | | * | | Rework virt.xenapi's concurrency model. There were many places where we were | Ewan Mellor | 2010-08-15 | 1 | -31/+147 |
| | * | | | | pylint fixes for nova/virt/connection.py | jaypipes@gmail.com | 2010-08-10 | 1 | -0/+10 |
| * | | | | | run instances works | Vishvananda Ishaya | 2010-08-24 | 2 | -12/+12 |
| * | | | | | merged trunk and fixed merge errors | Vishvananda Ishaya | 2010-08-23 | 2 | -4/+4 |
| |\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | | Merged with trunk | Justin Santa Barbara | 2010-08-18 | 8 | -71/+428 |
| | |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | | Merged with trunk | Justin Santa Barbara | 2010-08-08 | 2 | -21/+33 |
| | |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | | Greater compliance with pep8/pylint style checks | Justin Santa Barbara | 2010-08-08 | 1 | -2/+2 |
| | * | | | | Added exit code checking to process.py (twisted process utils). A bit of cla... | Justin Santa Barbara | 2010-07-30 | 1 | -1/+1 |
| | * | | | | Added --fail argument to curl invocations, so that HTTP request fails get sur... | Justin Santa Barbara | 2010-07-29 | 1 | -1/+1 |
| * | | | | | progress on tests passing | Vishvananda Ishaya | 2010-08-17 | 1 | -8/+8 |
| * | | | | | merged trunk | Vishvananda Ishaya | 2010-08-17 | 4 | -42/+44 |
| |\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | | Add documentation to spawn, reboot, and destroy stating that those functions | Ewan Mellor | 2010-08-17 | 1 | -3/+16 |
| | |\ \ \ \ |
|
| | | * | | | | Add documentation to spawn, reboot, and destroy stating that those functions | Ewan Mellor | 2010-08-15 | 1 | -3/+16 |
| | * | | | | | Fixes quite a few style issues across the entire nova codebase bringing it mu... | andy | 2010-08-17 | 3 | -42/+28 |
| | |\ \ \ \ \ |
|
| | | * | | | | | rather comprehensive style fixes | andy | 2010-08-16 | 3 | -42/+28 |
| * | | | | | | | merged trunk and fixed conflicts | Vishvananda Ishaya | 2010-08-16 | 6 | -18/+254 |
| |\| | | | | | |
|
| | * | | | | | | Added documentation for the nova.virt connection interface, a note about the ... | Ewan Mellor | 2010-08-16 | 3 | -21/+137 |
| | |\ \ \ \ \ \
| | |/ / / / /
| |/| / / / /
| | |/ / / / |
|
| | | * | | | | Added documentation to the nova.virt interface. | Ewan Mellor | 2010-08-13 | 3 | -21/+137 |
| | | * | | | | Merged with trunk. | Ewan Mellor | 2010-08-12 | 2 | -9/+13 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | Merge with trunk. | Ewan Mellor | 2010-08-04 | 1 | -0/+5 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge lp:~vishvananda/nova/fix-curl-project, fix conflicts with changes | Ewan Mellor | 2010-08-04 | 3 | -19/+25 |
| | | |\ \ \ \ \ \ |
|