summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Catch InstanceNotFound in instance_actions GETChris Yeoh2013-05-221-1/+5
| |_|/ / / |/| | | |
* | | | | Merge "Use prettyxml output"Jenkins2013-05-221-0/+4
|\ \ \ \ \
| * | | | | Use prettyxml outputJoe Gordon2013-05-161-0/+4
| | |_|_|/ | |/| | |
* | | | | Add ImageNotActive check for instance rebuildRick Harris2013-05-201-6/+4
| |_|/ / |/| | |
* | | | Added attribute 'ip' to server search options.Satyanarayana Patibandla2013-05-191-1/+1
| |/ / |/| |
* | | Merge "Don't raise unnecessary stack traces in EC2 API"Jenkins2013-05-181-2/+0
|\ \ \
| * | | Don't raise unnecessary stack traces in EC2 APIJoe Gordon2013-05-161-2/+0
| |/ /
* | / Use strict=True instead of `is_valid_boolstr`Rick Harris2013-05-171-14/+12
| |/ |/|
* | Merge "Remove usage of locals() for formatting from nova.api.*"Jenkins2013-05-1715-79/+100
|\ \
| * | Remove usage of locals() for formatting from nova.api.*Boris Pavlovic2013-05-1815-79/+100
* | | Fix flake8 errors in anticipation of flake8.Monty Taylor2013-05-171-1/+1
| |/ |/|
* | Revert "Include list of attached volumes with instance info"Russell Bryant2013-05-152-16/+0
* | Merge "Refactor nova.volume.cinder.API to reduce roundtrips with Cinder"Jenkins2013-05-152-13/+8
|\ \
| * | Refactor nova.volume.cinder.API to reduce roundtrips with CinderOleg Bondarev2013-05-142-13/+8
* | | Merge "Extract getting instance's AZ into a helper module."Jenkins2013-05-151-20/+2
|\ \ \
| * | | Extract getting instance's AZ into a helper module.gtt1162013-05-111-20/+2
* | | | Merge "Include list of attached volumes with instance info"Jenkins2013-05-152-0/+16
|\ \ \ \
| * | | | Include list of attached volumes with instance infoOleg Bondarev2013-05-082-0/+16
* | | | | Merge "Use Oslo's `bool_from_string`"Jenkins2013-05-155-21/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use Oslo's `bool_from_string`Rick Harris2013-05-145-21/+22
* | | | | Merge "Cleanups for create-flavor"Jenkins2013-05-141-7/+9
|\ \ \ \ \
| * | | | | Cleanups for create-flavorRick Harris2013-05-141-7/+9
| |/ / / /
* | | | | Merge "Catch volume create exception"Jenkins2013-05-141-9/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Catch volume create exceptionChris Yeoh2013-05-081-9/+13
| |/ / /
* | / / API extensions framework for v3 APIChris Yeoh2013-05-136-0/+270
| |/ / |/| |
* | | Merge "Allow a floating IP to be associated to a specific fixed IP"Jenkins2013-05-102-10/+47
|\ \ \
| * | | Allow a floating IP to be associated to a specific fixed IPPhil Day2013-05-102-10/+47
* | | | Merge "Removes unnecessary check for admin context in evacuate."Jenkins2013-05-091-3/+0
|\ \ \ \
| * | | | Removes unnecessary check for admin context in evacuate.Kravchenko Pavel2013-05-081-3/+0
| | |/ / | |/| |
* / | | Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-078-30/+30
|/ / /
* | | 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
|\ \ \ \