| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | See description of change... what's the difference between that message and t... | Michael Gundlach | 2010-08-17 | 12 | -278/+400 |
| |\ | |||||
| | * | Move eventlet-using class out of endpoint/__init__.py into its own submodule,... | Michael Gundlach | 2010-08-17 | 2 | -51/+51 |
| | * | Remove duplicate definition of flag | Michael Gundlach | 2010-08-17 | 1 | -4/+0 |
| | * | All controller actions receive a 'req' parameter containing the webob Request. | Michael Gundlach | 2010-08-16 | 5 | -48/+41 |
| | * | PEP8 and name corrections | Michael Gundlach | 2010-08-16 | 4 | -11/+11 |
| | * | Support JSON and XML in Serializer | Michael Gundlach | 2010-08-13 | 1 | -10/+46 |
| | * | Undo the changes to cloud.py that somehow diverged from trunk | Michael Gundlach | 2010-08-12 | 1 | -53/+52 |
| | * | Mergeprop cleanup | Michael Gundlach | 2010-08-12 | 1 | -0/+0 |
| | * | Mergeprop cleanup | Michael Gundlach | 2010-08-12 | 1 | -0/+0 |
| | *-. | Make WSGI routing support routing to WSGI apps or to controller+action | Michael Gundlach | 2010-08-12 | 22 | -368/+716 |
| | |\ \ | |||||
| | | * | | Prototype implementation of Servers controller | Matthew Dietz | 2010-08-11 | 8 | -15/+93 |
| | | * | | Working router that can target WSGI middleware or a standard controller+action | Michael Gundlach | 2010-08-11 | 1 | -107/+98 |
| | | * | | Serializing in middleware after all... by tying to the router. maybe a good ... | Michael Gundlach | 2010-08-11 | 1 | -41/+72 |
| | | * | | work on a router that works with wsgi and non-wsgi routing | Michael Gundlach | 2010-08-10 | 2 | -12/+91 |
| | |/ / | |||||
| * | | | Fixes quite a few style issues across the entire nova codebase bringing it mu... | andy | 2010-08-17 | 38 | -141/+205 |
| |\ \ \ | |||||
| | * | | | rather comprehensive style fixes | andy | 2010-08-16 | 38 | -141/+205 |
| * | | | | Fixes issues with allocation and deallocation of fixed and elastic addresses. | Vishvananda Ishaya | 2010-08-16 | 4 | -33/+44 |
| |\ \ \ \ | |||||
| | * | | | | renamed missed reference to Address | Vishvananda Ishaya | 2010-08-12 | 1 | -1/+1 |
| | * | | | | die classmethod | Vishvananda Ishaya | 2010-08-12 | 1 | -2/+2 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | merged fix-dhcpbridge | Vishvananda Ishaya | 2010-08-12 | 1 | -1/+1 |
| | | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | | remove class method | Vishvananda Ishaya | 2010-08-12 | 1 | -1/+0 |
| | * | | | | | typo allocated should be relased | Vishvananda Ishaya | 2010-08-12 | 2 | -16/+16 |
| | | * | | | | rename address stuff to avoid name collision and make the .all() iterator wor... | Vishvananda Ishaya | 2010-08-12 | 2 | -15/+15 |
| | |/ / / / | |||||
| | * | | | | keep track of leasing state so we can delete ips that didn't ever get leased | Vishvananda Ishaya | 2010-08-12 | 1 | -7/+23 |
| | * | | | | fix dhcpbridge issues | Vishvananda Ishaya | 2010-08-11 | 2 | -10/+6 |
| * | | | | | 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 | 31 | -973/+1741 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge with trunk. | Ewan Mellor | 2010-08-04 | 5 | -7/+10 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge lp:~vishvananda/nova/fix-curl-project, fix conflicts with changes | Ewan Mellor | 2010-08-04 | 5 | -26/+42 |
| | |\ \ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ \ | improve compatibility with ec2 clients | Ewan Mellor | 2010-08-16 | 2 | -5/+12 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| | * | | | | | | | | Update cloud_unittest to match renamed internal function. | Ewan Mellor | 2010-08-14 | 1 | -1/+1 |
| | * | | | | | | | | Bug 617913: RunInstances response doesn't meet EC2 specification | Ewan Mellor | 2010-08-14 | 1 | -4/+11 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | | Add new libvirt_type option "uml" for user-mode-linux.. This switches the lib... | Soren Hansen | 2010-08-16 | 5 | -10/+134 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add a few unit tests for libvirt_conn. | Soren Hansen | 2010-08-13 | 1 | -0/+69 |
| | * | | | | | | | | Move interfaces template into virt/, too. | Soren Hansen | 2010-08-13 | 1 | -0/+0 |
| | * | | | | | | | | Refactor LibvirtConnection a little bit for easier testing. | Soren Hansen | 2010-08-13 | 1 | -9/+26 |
| | * | | | | | | | | Remove extra "uml" from os.type. | Soren Hansen | 2010-08-13 | 1 | -1/+1 |
| | * | | | | | | | | Merge with trunk | Soren Hansen | 2010-08-13 | 1 | -7/+9 |
| | |\| | | | | | | | |||||
| | * | | | | | | | | Make --libvirt_type=uml do the right thing: Sets the correct libvirt URI and ... | Soren Hansen | 2010-08-12 | 3 | -11/+46 |
| | * | | | | | | | | Merge with trunk. | Soren Hansen | 2010-08-12 | 11 | -176/+424 |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| | * | | | | | | | | Move libvirt.xml template into nova/virt | Soren Hansen | 2010-08-12 | 2 | -1/+1 |
| | * | | | | | | | | Parameterise libvirt URI. | Soren Hansen | 2010-08-12 | 1 | -2/+5 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | | Catches and logs exceptions for rpc calls and raises a RemoteError exception ... | Vishvananda Ishaya | 2010-08-14 | 3 | -38/+201 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | merged trunk | Vishvananda Ishaya | 2010-08-14 | 4 | -4/+74 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merged fix-hostname and fixed conflict | Vishvananda Ishaya | 2010-08-14 | 8 | -340/+511 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| | * | | | | | | | | | pep8 and pylint cleanup | Vishvananda Ishaya | 2010-08-13 | 2 | -38/+122 |
| | * | | | | | | | | | make rpc.call propogate exception info. Includes tests | Vishvananda Ishaya | 2010-08-12 | 3 | -18/+97 |
| | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Removes requirement of internet connectivity to run api server. | Joel Moore joelbm24@gmail.com | 2010-08-14 | 1 | -5/+9 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Get IP doesn't fail of you not connected to the intetnet | Joel Moore joelbm24@gmail.com | 2010-08-03 | 1 | -5/+9 |
