summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Merged with current trunk.Yuriy Taraday2011-05-0512-46/+242
|\
| * Adding OSAPI v1.1 limits resourceBrian Waldon2011-05-033-14/+126
| |\
| | * merging trunkBrian Waldon2011-05-035-16/+27
| | |\
| | * | removing class importsBrian Waldon2011-05-031-4/+2
| | * | merging trunkBrian Waldon2011-04-3012-85/+122
| | |\ \
| | * | | adding view fileBrian Waldon2011-04-301-0/+100
| | * | | merging trunkBrian Waldon2011-04-1523-87/+332
| | |\ \ \
| | * | | | adding support for OSAPI v1.1 limits resourceBrian Waldon2011-04-052-11/+24
| * | | | | adding debug log messageBrian Waldon2011-05-031-0/+1
| * | | | | merging trunkBrian Waldon2011-05-033-4/+24
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | ensure create image conforms to OS API 1.1 specKen Pepple2011-05-032-3/+16
| | |\ \ \ \
| | | * | | | updated tests to reflect serverRef as href (per Ilya Alekseyev) and refactore...Ken Pepple2011-04-251-5/+15
| | | * | | | pep8Ken Pepple2011-04-211-0/+1
| | | * | | | updated image builder and tests for OS API 1.1 compatibility (serverRef)Ken Pepple2011-04-211-1/+3
| | | * | | | rebase trunkKen Pepple2011-04-2126-114/+396
| | | |\ \ \ \
| | | * | | | | return image create response as image dictKen Pepple2011-04-051-1/+1
| | * | | | | | Added support in the nova openstack api for requests with local hrefs, e.g., ...Naveed Massjouni2011-05-021-1/+8
| | |\ \ \ \ \ \
| | | * | | | | | Added support in osapi for requests with local hrefs, e.g., "imageRef":"2"Naveed Massjouni2011-05-021-1/+8
| * | | | | | | | merging trunk; resolving conflicts; fixing issue with ApiError test failing s...Brian Waldon2011-05-021-2/+2
| |\| | | | | | |
| | * | | | | | | Modified the instance status returned by the OS api to more accurately repres...Alex Meade2011-05-021-2/+2
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Modified instance status for shutoff power state in OS apiAlex Meade2011-04-261-2/+2
| | | * | | | | | Modified instance status for shutdown power state in OS apiAlex Meade2011-04-211-1/+1
| * | | | | | | | merging trunk; resolving conflictsBrian Waldon2011-05-028-57/+36
| |\| | | | | | |
| | * | | | | | | fix typo in importEldar Nugaev2011-05-021-1/+1
| | * | | | | | | removed unused method and fixed importsEldar Nugaev2011-05-021-10/+1
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Final cleanup of nova/exceptions.py in my series of refactoring branchesBrian Waldon2011-04-303-7/+5
| | |\ \ \ \ \ \
| | | * | | | | | further cleanup of nova/exceptions.pyBrian Waldon2011-04-273-7/+5
| | * | | | | | | Uses memcached to cache roles so that ldap is actually usable.Anthony Young2011-04-291-4/+2
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | merged trunkVishvananda Ishaya2011-04-0534-436/+3234
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | * | | | | | add a caching layer to the has_role call to increase performanceAnthony Young2011-02-251-4/+2
| * | | | | | | | Merged trunk and fixed api servers conflict.Brian Lamar2011-04-212-7/+9
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fixes and reworkings based on review.Brian Lamar2011-04-211-19/+9
| * | | | | | | | | Merged trunk.Brian Lamar2011-04-209-19/+147
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merged lp:~rackspace-titan/nova/server_metadata_quotas as a prereq.Brian Lamar2011-04-122-18/+23
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Commit for merge of metadata_quotas preq.Brian Lamar2011-04-121-30/+73
| * | | | | | | | | | | Merged trunk.Brian Lamar2011-04-121-0/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merged trunk.Brian Lamar2011-04-119-43/+164
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merged trunk.Brian Lamar2011-04-0617-41/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merging trunkBrian Waldon2011-04-044-23/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Adding explanation keyword to HTTPConflictBrian Waldon2011-03-311-2/+2
| * | | | | | | | | | | | | | Didn't run my code. Syntax error :(Brian Waldon2011-03-311-1/+1
| * | | | | | | | | | | | | | adding servers view mapping for BUILDING power stateBrian Waldon2011-03-311-0/+2
| * | | | | | | | | | | | | | adding 'building' power state; testing for 409 from OSAPI when rebuild reques...Brian Waldon2011-03-311-2/+13
| * | | | | | | | | | | | | | adding initial v1.1 rebuild action supportBrian Waldon2011-03-301-3/+21
| * | | | | | | | | | | | | | adding v1.0 support for rebuild; adding compute api rebuild supportBrian Waldon2011-03-301-3/+16
* | | | | | | | | | | | | | | Moved reencoding logic to compute manager and cloud EC2 API.Yuriy Taraday2011-05-031-1/+1
| |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | merging trunkBrian Waldon2011-04-261-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merging trunkBrian Waldon2011-04-224-38/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | refactoring usage of exception.Duplicate errorsBrian Waldon2011-04-191-2/+1
| * | | | | | | | | | | | | | | merging lp:~rackspace-titan/nova/exceptions-refactor-invalidBrian Waldon2011-04-191-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |