| 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 | 15 | -285/+409 |
| |\ | |||||
| | * | Move eventlet-using class out of endpoint/__init__.py into its own submodule,... | Michael Gundlach | 2010-08-17 | 3 | -54/+53 |
| | * | 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 | 5 | -12/+12 |
| | * | 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 | 31 | -394/+1228 |
| | |\ \ | |||||
| | | * | | 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 | 3 | -12/+94 |
| | |/ / | |||||
| * | | | The file that I create automates this step in http://wiki.openstack.org/Insta... | Michael Gundlach | 2010-08-17 | 1 | -3/+10 |
| |\ \ \ | |||||
| | * | | | Simpler installation, and, can run install_venv from anywhere instead of just... | Michael Gundlach | 2010-08-17 | 1 | -3/+10 |
| |/ / / | |||||
| * | | | Fixes quite a few style issues across the entire nova codebase bringing it mu... | andy | 2010-08-17 | 39 | -146/+209 |
| |\ \ \ | |||||
| | * | | | rather comprehensive style fixes | andy | 2010-08-16 | 39 | -146/+209 |
| * | | | | Fixes issues with allocation and deallocation of fixed and elastic addresses. | Vishvananda Ishaya | 2010-08-16 | 5 | -34/+45 |
| |\ \ \ \ | |||||
| | * | | | | 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 | 3 | -11/+7 |
| * | | | | | Added documentation for the nova.virt connection interface, a note about the ... | Ewan Mellor | 2010-08-16 | 5 | -21/+142 |
| |\ \ \ \ \ | |||||
| | * | | | | | Added note regarding dependency upon XenAPI.py. | Ewan Mellor | 2010-08-13 | 1 | -0/+1 |
| | * | | | | | Added documentation to the nova.virt interface. | Ewan Mellor | 2010-08-13 | 3 | -21/+137 |
| | * | | | | | Merged with trunk. | Ewan Mellor | 2010-08-12 | 0 | -0/+0 |
| | |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | | Merged with trunk. | Ewan Mellor | 2010-08-12 | 44 | -1187/+1947 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Move the xenapi top level directory under plugins, as suggested by Jay Pipes. | Ewan Mellor | 2010-08-04 | 3 | -0/+0 |
| | * | | | | | | 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 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Added note to README. | Ewan Mellor | 2010-08-04 | 1 | -0/+4 |
| * | | | | | | | | | 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 | 18 | -196/+927 |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| | * | | | | | | | | 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 | 4 | -38/+202 |
| |\ \ \ \ \ \ \ \ \ | |||||
