summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | merged trunkAlex Meade2011-07-1221-140/+489
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | merging trunkBrian Waldon2011-07-111-0/+125
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Expanding OSAPI wsgi module to allow handling of headers and status codesBrian Waldon2011-07-1117-121/+187
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Adds an extension which makes add_fixed_ip() available through an OpenStack e...Kevin L. Mitchell2011-07-111-0/+125
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Add docstrings for multinic extensionKevin L. Mitchell2011-07-081-0/+26
| | | * | | | | | | | | | Add support for remove_fixed_ip()Kevin L. Mitchell2011-07-081-2/+18
| | | * | | | | | | | | | pull-up from trunkKevin L. Mitchell2011-07-071-0/+114
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | pull-up from trunkKevin L. Mitchell2011-07-074-21/+35
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Pull-up from trunk (post-multi_nic)Kevin L. Mitchell2011-07-0623-558/+1444
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | Add an extension to allow for an addFixedIp action on instancesKevin L. Mitchell2011-06-091-0/+83
| * | | | | | | | | | | | | updating code to implement testsBrian Waldon2011-07-111-2/+2
| * | | | | | | | | | | | | merging parent wsgi-refactorBrian Waldon2011-07-111-17/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | allowing controllers to return NonewBrian Waldon2011-07-111-1/+1
| | * | | | | | | | | | | | minor refactoringBrian Waldon2011-07-111-16/+36
| * | | | | | | | | | | | | adding headers serializerBrian Waldon2011-07-111-2/+4
| * | | | | | | | | | | | | merging wsgi-refactorBrian Waldon2011-07-1117-106/+152
| |\| | | | | | | | | | | |
| | * | | | | | | | | | | | refactorBrian Waldon2011-07-081-11/+14
| | * | | | | | | | | | | | easing up content-type restrictionsBrian Waldon2011-07-081-1/+1
| | * | | | | | | | | | | | removing Content-Length requirementBrian Waldon2011-07-081-8/+2
| | * | | | | | | | | | | | first roundBrian Waldon2011-07-0617-104/+153
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | adding 204 response codeBrian Waldon2011-07-111-9/+24
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Allows for ports in serverRef in image create through the openstack api.Vishvananda Ishaya2011-07-111-5/+15
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | remove logging statementVishvananda Ishaya2011-07-011-1/+0
| | * | | | | | | | | | | use url parse instead of manually splittingVishvananda Ishaya2011-07-011-10/+16
| | * | | | | | | | | | | Allow a port name in the server ref for image createVishvananda Ishaya2011-06-291-3/+8
| * | | | | | | | | | | | Adds security groups to metadata server. Also adds some basic tests for meta...Vishvananda Ishaya2011-07-112-3/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| | * | | | | | | | | | | add support to list security groupsVishvananda Ishaya2011-06-252-3/+8
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | flaw in ec2 cloud api, _get_image method , if doing a search for aki-0000009,...John Tran2011-07-091-1/+5
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | peer review fix - per vish: 'This method automatically converts unknown forma...John Tran2011-07-081-1/+1
| | * | | | | | | | | | | ec2 api _get_image method logic flaw that strips the hex16 digit off of the i...John Tran2011-07-071-1/+5
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merged trunk.Josh Kearney2011-07-081-0/+114
| |\| | | | | | | | | |
| | * | | | | | | | | | Adds the os-hosts API extension for interacting with hosts while performing m...Ed Leafe2011-07-071-0/+114
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | / | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | * | | | | | | | Changed the exception type for invalid requests to webob.exc.HTTPBadRequest.Ed Leafe2011-07-061-5/+7
| | | * | | | | | | | Added missing extension file and tests. Also modified the get_host_list() doc...Ed Leafe2011-07-041-0/+112
| | | * | | | | | | | removed more stray debug outputEd Leafe2011-07-011-1/+0
| | | * | | | | | | | removed debugging outputEd Leafe2011-07-011-1/+0
| | | * | | | | | | | after trunk mergeEd Leafe2011-07-011-26/+69
| | | |\ \ \ \ \ \ \ \ | | | | | |_|/ / / / / | | | | |/| | | | | |
| | | * | | | | | | | after trunk mergeEd Leafe2011-07-012-0/+2
| * | | | | | | | | | First take at migrations.Josh Kearney2011-07-081-1/+9
| |/ / / / / / / / /
* | | | | | | | | | Updated remove_version_from_href to be more intelligentAlex Meade2011-07-121-2/+12
* | | | | | | | | | Added server entity to images that only has idAlex Meade2011-07-071-2/+3
* | | | | | | | | | Updated _create_link_nodes to be consistent with other create_*_nodesAlex Meade2011-07-072-5/+16
* | | | | | | | | | Changed name of xml_string to to_xml_stringAlex Meade2011-07-072-6/+6
* | | | | | | | | | Temporarily moved create server node functionality into images.pyAlex Meade2011-07-072-14/+5
* | | | | | | | | | Removed serverRef from some tests and viewbuilderAlex Meade2011-07-071-1/+3
* | | | | | | | | | Removed bookmark link from non detailed image viewbuilderAlex Meade2011-07-071-7/+6
* | | | | | | | | | Added param to keep current things from breaking until we update all of the x...Alex Meade2011-07-072-11/+12
* | | | | | | | | | Dried up images XML serializationAlex Meade2011-07-071-11/+0
* | | | | | | | | | Dried up images XML serializationAlex Meade2011-07-073-46/+58
* | | | | | | | | | Added image indexAlex Meade2011-07-071-9/+32