summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Major cosmetic changes to limits, but little-to-no functional changes. MUCH b...Brian Lamar2011-03-153-0/+369
* Fixed lp732866 by catching relevant `exception.NotFound` exception. Tests did...Brian Lamar2011-03-151-1/+5
|\
| * Fixed lp732866 by catching relevant `exception.NotFound` exception. Tests did...Brian Lamar2011-03-111-1/+5
* | Only include kernel and ramdisk ID in meta-data output if they are actually set.Soren Hansen2011-03-141-4/+7
|\ \ | |/ |/|
| * Only include ramdisk and kernel id if they are actually set.Soren Hansen2011-03-101-4/+7
* | Changes the output of status in describe_volumes from showing the user as the...Ryan Lane2011-03-111-1/+1
|\ \
| * | Changing output of status from showing the user as the owner, to showing the ...Ryan Lane2011-03-031-1/+1
* | | remerge trunk (again). fix issues caused by changes to deserialization calls ...Monsyne Dragon2011-03-1116-115/+225
|\| |
| * | Introduces the ZoneManager to the Scheduler which polls the child zones and c...Sandy Walsh2011-03-102-7/+23
| |\ \ | | |/ | |/|
| | * trunk mergeSandy Walsh2011-02-254-8/+78
| | |\
| | * \ trunk merge, pip-requires and novatools to novaclient changesSandy Walsh2011-03-035-16/+48
| | |\ \
| | * \ \ merged with trunkSandy Walsh2011-02-2511-89/+232
| | |\ \ \
| | * | | | sandy y u no read hacking guide and import classes?Sandy Walsh2011-02-181-3/+2
| | * | | | fixups backed on merge commentsSandy Walsh2011-02-181-23/+7
| | * | | | merge with zone phase 1 againSandy Walsh2011-02-171-2/+0
| | |\ \ \ \
| | * \ \ \ \ merge with zone phase 1Sandy Walsh2011-02-174-13/+54
| | |\ \ \ \ \
| | * | | | | | fixupSandy Walsh2011-02-171-3/+3
| | * | | | | | zone list now comes from scheduler zonemanagerSandy Walsh2011-02-171-2/+30
| | * | | | | | zone/info worksSandy Walsh2011-02-152-4/+9
| * | | | | | | merged trunkVishvananda Ishaya2011-03-1014-44/+130
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ - Content-Type and Accept headers handled properlyBrian Waldon2011-03-0912-29/+35
| | |\ \ \ \ \ \ \
| | | * | | | | | | renaming wsgi.Request.best_match to best_match_content_type; correcting calls...Brian Waldon2011-03-094-4/+4
| | | * | | | | | | merged trunk r771Brian Waldon2011-03-094-9/+79
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | * | | | | | | Refactor wsgi.Serializer away from handling Requests directly; now require Co...Brian Waldon2011-03-037-11/+17
| | | * | | | | | | adding wsgi.Request class to add custom best_match; adding new class to wsgif...Brian Waldon2011-03-038-18/+18
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Fixes bug 726359. Passes unit tests.Eric Windisch2011-03-091-1/+1
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge with mainEric Windisch2011-03-092-1/+7
| | | |\ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | execvp: almost passes testsEric Windisch2011-03-091-1/+1
| | * | | | | | | | Update the create server call in the Openstack API so that it generates an 'a...Dan Prince2011-03-091-2/+9
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Add password parameter to the set_admin_password call in the compute api.Dan Prince2011-03-091-1/+2
| | | * | | | | | | | Fix spacing.Dan Prince2011-03-091-0/+2
| | | * | | | | | | | Added 'adminPass' to the serialization_metadata.Dan Prince2011-03-091-1/+1
| | | * | | | | | | | Merge w/ trunk.Dan Prince2011-03-094-7/+77
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | |
| | | * | | | | | | | Generate 'adminPass' and call set_password when creating servers.Dan Prince2011-03-071-3/+7
| | * | | | | | | | | Fixes bug #729400. Invalid values for offset and limit params in http request...Naveed Massjouni2011-03-091-4/+7
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Merge from trunk.Naveed Massjouni2011-03-073-6/+70
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | |
| | | * | | | | | | | Invalid values for offset and limit params in http requests now return a 400Naveed Massjouni2011-03-071-4/+7
| | | | |/ / / / / / | | | |/| | | | | |
| * | | | | | | | | update code to work with new container and disk formats from glanceVishvananda Ishaya2011-03-081-3/+6
| * | | | | | | | | pep8Vishvananda Ishaya2011-03-072-1/+1
| * | | | | | | | | make compute get the new images properly, fix a bunch of tests, and provide c...Vishvananda Ishaya2011-03-072-28/+52
| * | | | | | | | | move the id wrapping into cloud layer instead of image_serviceVishvananda Ishaya2011-03-041-9/+24
| * | | | | | | | | add the ec2utils file i forgotVishvananda Ishaya2011-03-041-0/+27
| * | | | | | | | | make local image service workVishvananda Ishaya2011-03-041-1/+1
| * | | | | | | | | Replace objectstore images with S3 image service backending to glance or localVishvananda Ishaya2011-03-041-59/+68
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Fix a fer nits jaypipes found in review. Monsyne Dragon2011-03-102-5/+17
* | | | | | | | | remerge trunkMonsyne Dragon2011-03-091-1/+1
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Use disk_format and container_format instead of image typeRick Harris2011-03-081-1/+1
* | | | | | | | | removed uneeded **kw args leftover from removed account-in-url changes.Monsyne Dragon2011-03-098-56/+56
* | | | | | | | | Remerged trunk. fixed conflict Monsyne Dragon2011-03-084-7/+77
|\| | | | | | | |
| * | | | | | | | This fix is an updated version of Todd's lp720157. Adds SignatureVersion chec...Masanori Itoh2011-03-081-0/+6
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |