summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Remove random print statementsAaron Rosen2013-05-061-1/+0
* Merge "Fix EC2 instance bdm response"Jenkins2013-05-031-2/+2
|\
| * Fix EC2 instance bdm responseMotoKen2013-05-011-2/+2
* | nova coverage creates lots of empty foldersYang Yu2013-05-031-1/+3
* | Merge "Prevent rescuing a VM with a partially mounted volume."Jenkins2013-05-021-0/+2
|\ \
| * | Prevent rescuing a VM with a partially mounted volume.Joe Gordon2013-05-011-0/+2
* | | Call format_message on InstanceTypeNotFound exceptionAndrew Laski2013-05-011-1/+1
|/ /
* | Merge "Convert the cache key from unicode to a string."Jenkins2013-05-011-0/+1
|\ \
| * | Convert the cache key from unicode to a string.Dan Florea2013-04-301-0/+1
| |/
* | Merge "Catch glance image create exceptions"Jenkins2013-05-011-0/+2
|\ \ | |/ |/|
| * Catch glance image create exceptionsChris Yeoh2013-05-011-0/+2
* | Performance optimization for contrib.flavorextraspecsBoris Pavlovic2013-04-301-8/+6
* | Merge "ec2 CreateVolumes/DescribeVolumes status mapping"Jenkins2013-04-291-1/+6
|\ \
| * | ec2 CreateVolumes/DescribeVolumes status mappingChris Yeoh2013-04-221-1/+6
* | | Merge "Fix ec2 CreateVolumes/DescribeVolumes status"Jenkins2013-04-291-8/+0
|\| |
| * | Fix ec2 CreateVolumes/DescribeVolumes statusChris Yeoh2013-04-191-8/+0
| |/
* | Fixes race condition of deleting floating ipWangpan2013-04-261-5/+9
* | Merge "Move get_backdoor_port to base rpc API."Jenkins2013-04-251-39/+18
|\ \
| * | Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-39/+18
* | | Merge "Translate NoMoreFloatingIps exception"Jenkins2013-04-251-4/+4
|\ \ \
| * | | Translate NoMoreFloatingIps exceptionChris Yeoh2013-04-181-4/+4
| | |/ | |/|
* | | Make os.services.update work with cellsMatthew Sherborne2013-04-231-10/+8
| |/ |/|
* | Merge "Delete extra space to api/volumes message"Jenkins2013-04-221-1/+1
|\ \
| * | Delete extra space to api/volumes messageYou Ji2013-04-171-1/+1
* | | Don't swallow PolicyNotAuthorized for resize/reboot actionsAndrew Laski2013-04-181-9/+0
|/ /
* | Merge "Fix bug in os-availability-zone extension."Jenkins2013-04-171-12/+16
|\ \ | |/ |/|
| * Fix bug in os-availability-zone extension.Andrea Rosa2013-04-111-12/+16
* | Add an extension to show the mac address of a ip in server(s)Zhi Yan Liu2013-04-122-4/+126
* | baremetal: Change node api related to prov_mac_addressArata Notsu2013-04-111-3/+15
|/
* Merge "Don't hide stacktraces for unexpected errors in rescue"Jenkins2013-04-102-14/+0
|\
| * Don't hide stacktraces for unexpected errors in rescueJoe Gordon2013-04-102-14/+0
* | Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-1034-74/+0
|/
* Merge "Add reset function to nova coverage."Jenkins2013-04-091-1/+24
|\
| * Add reset function to nova coverage.Mitsuhiko Yamazaki2013-04-081-1/+24
* | 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
|\ \ \ \