summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Add an extension to show the network id of a virtual interfaceZhi Yan Liu2013-04-081-0/+77
* Correct network uuid field for os-network extension Zhi Yan Liu2013-04-051-2/+3
* Merge "Add CRUD methods for tags to the EC2 API."Jenkins2013-04-042-0/+160
|\
| * Add CRUD methods for tags to the EC2 API.Stephen Gran2013-03-282-0/+160
* | Merge "Guard against content being None"Jenkins2013-04-041-2/+3
|\ \
| * | Guard against content being NoneRick Harris2013-04-021-2/+3
* | | Merge "Explain why the give methods are whitelisted."Jenkins2013-04-031-2/+10
|\ \ \ | |/ / |/| |
| * | Explain why the give methods are whitelisted.Joshua Harlow2013-04-021-2/+10
| |/
* | Merge "baremetal: Drop unused columns in bm_nodes"Jenkins2013-04-021-1/+1
|\ \
| * | baremetal: Drop unused columns in bm_nodesArata Notsu2013-04-021-1/+1
* | | Merge "Prevent nova services' coverage data from combining into nova-api's"Jenkins2013-04-021-5/+8
|\ \ \ | |/ / |/| |
| * | Prevent nova services' coverage data from combining into nova-api'sMitsuhiko Yamazaki2013-03-111-5/+8
* | | Remove print statementsArata Notsu2013-04-021-1/+0
* | | Merge "Accepts aws-sdk-java timestamp format"Jenkins2013-04-011-4/+14
|\ \ \
| * | | Accepts aws-sdk-java timestamp formatMotoKen2013-03-291-4/+14
* | | | Merge "Ensure only pickle-able objects live in metadata"Jenkins2013-04-011-3/+2
|\ \ \ \
| * | | | Ensure only pickle-able objects live in metadataStanislaw Pitucha2013-03-281-3/+2
* | | | | Merge "Convert host value from unicode to a string."Jenkins2013-04-011-1/+1
|\ \ \ \ \
| * | | | | Convert host value from unicode to a string.Dan Florea2013-03-281-1/+1
* | | | | | Query quantum once for instance's security groupsAaron Rosen2013-03-291-3/+4
* | | | | | quantum security group driver nova list shows same groupAaron Rosen2013-03-291-9/+11
* | | | | | Merge "get context from req rather than getting a new admin context"Jenkins2013-03-292-18/+21
|\ \ \ \ \ \
| * | | | | | get context from req rather than getting a new admin contextAaron Rosen2013-03-282-18/+21
* | | | | | | Merge "Fix missing punctuation in docstring"Jenkins2013-03-291-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix missing punctuation in docstringDan Smith2013-03-281-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix typo in the XML serialization os-services API."Jenkins2013-03-281-5/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix typo in the XML serialization os-services API.Andrea Rosa2013-03-281-5/+18
| | |_|_|/ | |/| | |
* | | | | Merge "Make tenant_usage fall back to instance_type_id"Jenkins2013-03-281-1/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make tenant_usage fall back to instance_type_idDan Smith2013-03-271-1/+28
| |/ / /
* / / / Use format_message on exceptions instead of str()Nikola Dipanov2013-03-2718-51/+58
|/ / /
* | | Merge "Fix /servers/<instance-id>os-security-groups using quantum"Jenkins2013-03-261-3/+2
|\ \ \
| * | | Fix /servers/<instance-id>os-security-groups using quantumAaron Rosen2013-03-251-3/+2
* | | | Merge "Remove unnecessary DB call to find EC2 AZs."Jenkins2013-03-253-10/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unnecessary DB call to find EC2 AZs.Joe Gordon2013-03-213-10/+5
| |/ /
* | | Merge "Add missing info to docstring."Jenkins2013-03-251-9/+24
|\ \ \
| * | | Add missing info to docstring.Russell Bryant2013-03-251-9/+24
* | | | Fixes Nova API /os-hosts missing element "zone"Fei Long Wang2013-03-241-0/+1
|/ / /
* | | Merge "Remove outdated try except block in ec2 code"Jenkins2013-03-231-6/+1
|\ \ \
| * | | Remove outdated try except block in ec2 codeJoe Gordon2013-03-211-6/+1
| |/ /
* | | Merge "Change arguments to volume_detach()"Jenkins2013-03-222-5/+22
|\ \ \
| * | | Change arguments to volume_detach()Chris Behrens2013-03-202-5/+22
| |/ /
* / / Add caching for ec2 mapping ids.Vishvananda Ishaya2013-03-191-0/+33
|/ /
* | Merge "Prevent volume-attach/detach from instances in rescue state"Jenkins2013-03-191-6/+13
|\ \
| * | Prevent volume-attach/detach from instances in rescue stateJoe Gordon2013-03-181-6/+13
* | | Ensure that headers are returned as strings, not integers.Alvaro Lopez Garcia2013-03-191-1/+3
* | | Merge "Fix more OS-DCF:diskConfig XML handling"Jenkins2013-03-191-2/+11
|\ \ \
| * | | Fix more OS-DCF:diskConfig XML handlingChristopher Yeoh2013-03-131-2/+11
| | |/ | |/|
* | | Add standard methods to the Limits APIGiampaolo Lauria2013-03-151-6/+22
* | | Merge "Make os-services API extensions consistent."Jenkins2013-03-151-10/+11
|\ \ \
| * | | Make os-services API extensions consistent.Dan Prince2013-03-141-10/+11