summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Replace ApiError with new exceptionsBrian Waldon2012-02-1411-58/+50
* Standardize logging delaration and useJason Kölker2012-02-1451-53/+53
* Fix WADL/PDF docs referenced in describedby linksEoghan Glynn2012-02-141-4/+12
* Merge "dont show blank endpoint headers"Jenkins2012-02-131-4/+8
|\
| * dont show blank endpoint headersNikhil Komawar2012-02-071-4/+8
* | Fixing a unicode related metadata bug.Naveed Massjouni2012-02-131-1/+1
* | Merge "Handle network api failures more gracefully"Jenkins2012-02-111-2/+9
|\ \
| * | Handle network api failures more gracefullyMark Washenberger2012-02-101-2/+9
* | | Merge "Force imageRef to be a string"Jenkins2012-02-101-1/+1
|\ \ \
| * | | Force imageRef to be a stringJason Kölker2012-02-101-1/+1
* | | | Merge "Ensures that hostId's are unique"Jenkins2012-02-101-1/+3
|\ \ \ \
| * | | | Ensures that hostId's are uniquePhilip Knouff2012-02-091-1/+3
* | | | | Merge "Remove unused compute_service from images controller"Jenkins2012-02-101-3/+1
|\ \ \ \ \
| * | | | | Remove unused compute_service from images controllerMark McLoughlin2012-02-101-3/+1
| | |/ / / | |/| | |
* | | | | Merge "Optimizes ec2 keystone usage and handles errors"Jenkins2012-02-102-31/+110
|\ \ \ \ \
| * | | | | Optimizes ec2 keystone usage and handles errorsVishvananda Ishaya2012-02-072-31/+110
| | |_|_|/ | |/| | |
* | | | | Merge "Remove the last of the gflags shim layer"Jenkins2012-02-103-3/+3
|\ \ \ \ \
| * | | | | Remove the last of the gflags shim layerMark McLoughlin2012-02-103-3/+3
| | |/ / / | |/| | |
* | | | | Merge "Fix disk_config typo"Jenkins2012-02-101-1/+1
|\ \ \ \ \
| * | | | | Fix disk_config typoMark McLoughlin2012-02-101-1/+1
| |/ / / /
* | | | | Merge "Fix status transition when reverting resize"Jenkins2012-02-101-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix status transition when reverting resizeBrian Waldon2012-02-031-0/+1
* | | | | Merge "Pass in project_id in ext. authorizer"Jenkins2012-02-101-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Pass in project_id in ext. authorizerRick Harris2012-02-061-2/+3
| | |/ / | |/| |
* | | | Merge "Backslash continuations (misc.)"Jenkins2012-02-103-18/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Backslash continuations (misc.)Zhongyue Luo2012-02-083-18/+15
| |/ /
* | | Added ability to load specific extensions.Brian Lamar2012-02-083-6/+25
* | | Merge "Adding the request id to response headers. Again."Jenkins2012-02-081-2/+4
|\ \ \
| * | | Adding the request id to response headers. Again.Naveed Massjouni2012-02-071-2/+4
| |/ /
* | | Merge "Add an alias to the ServerStartStop extension"Jenkins2012-02-081-0/+1
|\ \ \
| * | | Add an alias to the ServerStartStop extensionBrian Waldon2012-02-081-0/+1
| |/ /
* | | Merge "Fixes volume snapshotting issues and tests"Jenkins2012-02-082-4/+6
|\ \ \
| * | | Fixes volume snapshotting issues and testsVishvananda Ishaya2012-02-072-4/+6
| |/ /
* / / Fix bug 921814 changes handling of adminPass in API.Mike Pittaro2012-02-071-2/+5
|/ /
* | Merge "Adds flags for href prefixes"Jenkins2012-02-062-2/+22
|\ \ | |/ |/|
| * Adds flags for href prefixesPhilip Knouff2012-02-032-2/+22
* | X_USER is deprecated in favor of X_USER_IDMark Washenberger2012-02-031-4/+4
|/
* Merge "Move cfg to nova.openstack.common"Jenkins2012-02-033-3/+3
|\
| * Move cfg to nova.openstack.commonMark McLoughlin2012-02-033-3/+3
* | Use Keystone Extension Syntax for EC2 CredsZiad Sawalha2012-02-031-8/+21
|/
* Fix bug #924093masumotok2012-02-031-33/+42
* Merge "Throw an user error on creating duplicate keypairs Fixes bug 902162"Jenkins2012-02-021-1/+2
|\
| * Throw an user error on creating duplicate keypairsNirmal Ranganathan2012-02-021-1/+2
* | Fixes uuid lookup in virtual interfaces extensionVishvananda Ishaya2012-02-021-1/+4
|/
* DRYing up Volume/Compute APIRoutersRick Harris2012-02-023-125/+74
* Respect availability_zone parameter in nova apiHengqing Hu2012-02-023-15/+25
* Merge "Support custom routes for extensions."Jenkins2012-02-023-1/+9
|\
| * Support custom routes for extensions.Rick Harris2012-02-013-1/+9
* | Merge "Add 'all_tenants' filter to GET /servers."Jenkins2012-02-021-0/+11
|\ \ | |/ |/|
| * Add 'all_tenants' filter to GET /servers.Dan Prince2012-01-291-0/+11