summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* See description of change... what's the difference between that message and t...Michael Gundlach2010-08-1712-278/+400
|\
| * Move eventlet-using class out of endpoint/__init__.py into its own submodule,...Michael Gundlach2010-08-172-51/+51
| * 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-164-11/+11
| * 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-1222-368/+716
| |\ \
| | * | 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-102-12/+91
| |/ /
* | | Fixes quite a few style issues across the entire nova codebase bringing it mu...andy2010-08-1738-141/+205
|\ \ \
| * | | rather comprehensive style fixesandy2010-08-1638-141/+205
* | | | Fixes issues with allocation and deallocation of fixed and elastic addresses.Vishvananda Ishaya2010-08-164-33/+44
|\ \ \ \
| * | | | 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-112-10/+6
* | | | | Added documentation for the nova.virt connection interface, a note about the ...Ewan Mellor2010-08-163-21/+137
|\ \ \ \ \
| * | | | | Added documentation to the nova.virt interface.Ewan Mellor2010-08-133-21/+137
| * | | | | Merged with trunk.Ewan Mellor2010-08-1231-973/+1741
| |\ \ \ \ \
| * \ \ \ \ \ 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
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ 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-1211-176/+424
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | 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-143-38/+201
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merged trunkVishvananda Ishaya2010-08-144-4/+74
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merged fix-hostname and fixed conflictVishvananda Ishaya2010-08-148-340/+511
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | pep8 and pylint cleanupVishvananda Ishaya2010-08-132-38/+122
| * | | | | | | | | make rpc.call propogate exception info. Includes testsVishvananda Ishaya2010-08-123-18/+97
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Removes requirement of internet connectivity to run api server.Joel Moore joelbm24@gmail.com2010-08-141-5/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Get IP doesn't fail of you not connected to the intetnetJoel Moore joelbm24@gmail.com2010-08-031-5/+9