summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* See description of change... what's the difference between that message and t...Michael Gundlach2010-08-1715-285/+409
|\
| * Move eventlet-using class out of endpoint/__init__.py into its own submodule,...Michael Gundlach2010-08-173-54/+53
| * Remove duplicate definition of flagMichael Gundlach2010-08-171-4/+0
| * All controller actions receive a 'req' parameter containing the webob Request.Michael Gundlach2010-08-165-48/+41
| * PEP8 and name correctionsMichael Gundlach2010-08-165-12/+12
| * Support JSON and XML in SerializerMichael Gundlach2010-08-131-10/+46
| * Undo the changes to cloud.py that somehow diverged from trunkMichael Gundlach2010-08-121-53/+52
| * Mergeprop cleanupMichael Gundlach2010-08-121-0/+0
| * Mergeprop cleanupMichael Gundlach2010-08-121-0/+0
| *-. Make WSGI routing support routing to WSGI apps or to controller+actionMichael Gundlach2010-08-1231-394/+1228
| |\ \
| | * | Prototype implementation of Servers controllerMatthew Dietz2010-08-118-15/+93
| | * | Working router that can target WSGI middleware or a standard controller+actionMichael Gundlach2010-08-111-107/+98
| | * | Serializing in middleware after all... by tying to the router. maybe a good ...Michael Gundlach2010-08-111-41/+72
| | * | work on a router that works with wsgi and non-wsgi routingMichael Gundlach2010-08-103-12/+94
| |/ /
* | | The file that I create automates this step in http://wiki.openstack.org/Insta...Michael Gundlach2010-08-171-3/+10
|\ \ \
| * | | Simpler installation, and, can run install_venv from anywhere instead of just...Michael Gundlach2010-08-171-3/+10
|/ / /
* | | Fixes quite a few style issues across the entire nova codebase bringing it mu...andy2010-08-1739-146/+209
|\ \ \
| * | | rather comprehensive style fixesandy2010-08-1639-146/+209
* | | | Fixes issues with allocation and deallocation of fixed and elastic addresses.Vishvananda Ishaya2010-08-165-34/+45
|\ \ \ \
| * | | | renamed missed reference to AddressVishvananda Ishaya2010-08-121-1/+1
| * | | | die classmethodVishvananda Ishaya2010-08-121-2/+2
| |\ \ \ \
| | * \ \ \ merged fix-dhcpbridgeVishvananda Ishaya2010-08-121-1/+1
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | remove class methodVishvananda Ishaya2010-08-121-1/+0
| * | | | | typo allocated should be relasedVishvananda Ishaya2010-08-122-16/+16
| | * | | | rename address stuff to avoid name collision and make the .all() iterator wor...Vishvananda Ishaya2010-08-122-15/+15
| |/ / / /
| * | | | keep track of leasing state so we can delete ips that didn't ever get leasedVishvananda Ishaya2010-08-121-7/+23
| * | | | fix dhcpbridge issuesVishvananda Ishaya2010-08-113-11/+7
* | | | | Added documentation for the nova.virt connection interface, a note about the ...Ewan Mellor2010-08-165-21/+142
|\ \ \ \ \
| * | | | | Added note regarding dependency upon XenAPI.py.Ewan Mellor2010-08-131-0/+1
| * | | | | Added documentation to the nova.virt interface.Ewan Mellor2010-08-133-21/+137
| * | | | | Merged with trunk.Ewan Mellor2010-08-120-0/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merged with trunk.Ewan Mellor2010-08-1244-1187/+1947
| |\ \ \ \ \
| * | | | | | Move the xenapi top level directory under plugins, as suggested by Jay Pipes.Ewan Mellor2010-08-043-0/+0
| * | | | | | Merge with trunk.Ewan Mellor2010-08-045-7/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge lp:~vishvananda/nova/fix-curl-project, fix conflicts with changes Ewan Mellor2010-08-045-26/+42
| |\ \ \ \ \ \ \
| * | | | | | | | Added note to README.Ewan Mellor2010-08-041-0/+4
* | | | | | | | | improve compatibility with ec2 clientsEwan Mellor2010-08-162-5/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Update cloud_unittest to match renamed internal function.Ewan Mellor2010-08-141-1/+1
| * | | | | | | | Bug 617913: RunInstances response doesn't meet EC2 specificationEwan Mellor2010-08-141-4/+11
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Add new libvirt_type option "uml" for user-mode-linux.. This switches the lib...Soren Hansen2010-08-165-10/+134
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a few unit tests for libvirt_conn.Soren Hansen2010-08-131-0/+69
| * | | | | | | | Move interfaces template into virt/, too.Soren Hansen2010-08-131-0/+0
| * | | | | | | | Refactor LibvirtConnection a little bit for easier testing.Soren Hansen2010-08-131-9/+26
| * | | | | | | | Remove extra "uml" from os.type.Soren Hansen2010-08-131-1/+1
| * | | | | | | | Merge with trunkSoren Hansen2010-08-131-7/+9
| |\| | | | | | |
| * | | | | | | | Make --libvirt_type=uml do the right thing: Sets the correct libvirt URI and ...Soren Hansen2010-08-123-11/+46
| * | | | | | | | Merge with trunk.Soren Hansen2010-08-1218-196/+927
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Move libvirt.xml template into nova/virtSoren Hansen2010-08-122-1/+1
| * | | | | | | | Parameterise libvirt URI.Soren Hansen2010-08-121-2/+5
* | | | | | | | | Catches and logs exceptions for rpc calls and raises a RemoteError exception ...Vishvananda Ishaya2010-08-144-38/+202
|\ \ \ \ \ \ \ \ \