summaryrefslogtreecommitdiff
path: root/nova/api/openstack/compute
Commit message (Expand)AuthorAgeFilesLines
* Use oslo.i18nDavanum Srinivas2014-07-1882-82/+82
* Merge "Cleanup and gate on hacking E713 rule"Jenkins2014-07-172-2/+2
|\
| * Cleanup and gate on hacking E713 ruleMatt Riedemann2014-07-162-2/+2
* | Merge "Add missing image to instance booted from volume"Jenkins2014-07-171-1/+5
|\ \
| * | Add missing image to instance booted from volumeliyingjun2014-06-261-1/+5
* | | Merge "move the cloudpipe_update API v2 extension to use objects"Jenkins2014-07-171-7/+7
|\ \ \
| * | | move the cloudpipe_update API v2 extension to use objectsmelanie witt2014-07-161-7/+7
| | |/ | |/|
* | | Merge "Add API schema for v2.1/v3 create_backup API"Jenkins2014-07-172-29/+51
|\ \ \
| * | | Add API schema for v2.1/v3 create_backup APIKen'ichi Ohmichi2014-06-182-29/+51
* | | | Merge "Add API schema for v2.1/v3 migrate_server API"Jenkins2014-07-172-16/+44
|\ \ \ \
| * | | | Add API schema for v2.1/v3 migrate_server APIKen'ichi Ohmichi2014-05-302-16/+44
* | | | | Merge "Add API schema for v2.1/v3 attach_interfaces API"Jenkins2014-07-172-0/+57
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add API schema for v2.1/v3 attach_interfaces APIKen'ichi Ohmichi2014-06-252-0/+57
* | | | | Correct exception for flavor extra spec create/updateJay Lau2014-07-152-11/+8
* | | | | Merge "Catch InvalidAggregateAction when deleting an aggregate"Jenkins2014-07-162-1/+5
|\ \ \ \ \
| * | | | | Catch InvalidAggregateAction when deleting an aggregateHaiwei Xu2014-07-142-1/+5
* | | | | | Merge "Handle over quota exception from Neutron"Jenkins2014-07-161-0/+6
|\ \ \ \ \ \
| * | | | | | Handle over quota exception from NeutronHuang Rui2014-07-101-0/+6
| |/ / / / /
* | | | | | Merge "VM diagnostics (v3 API only)"Jenkins2014-07-151-1/+1
|\ \ \ \ \ \
| * | | | | | VM diagnostics (v3 API only)Gary Kotton2014-07-091-1/+1
| |/ / / / /
* | | | | | Merge "api: remove useless get_actions() in consoles"Jenkins2014-07-151-10/+0
|\ \ \ \ \ \
| * | | | | | api: remove useless get_actions() in consolesJulien Danjou2014-06-241-10/+0
* | | | | | | Merge "V3 Pause: treat case when driver does not implement the operation"Jenkins2014-07-151-2/+9
|\ \ \ \ \ \ \
| * | | | | | | V3 Pause: treat case when driver does not implement the operationGary Kotton2014-06-081-2/+9
* | | | | | | | Fix and gate on H305 and H307Davanum Srinivas2014-07-153-1/+3
* | | | | | | | Merge "Make resize raise exception when no valid host found"Jenkins2014-07-153-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Make resize raise exception when no valid host foundjichenjc2014-06-173-0/+7
* | | | | | | | | Merge "Object-ify APIv3 agents extension"Jenkins2014-07-111-15/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Object-ify APIv3 agents extensionDan Smith2014-07-031-15/+21
* | | | | | | | | | Merge "Object-ify APIv2 agents extension"Jenkins2014-07-111-15/+22
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Object-ify APIv2 agents extensionDan Smith2014-07-031-15/+22
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge "Prevent max_count > 1 and specified ip address as input"Jenkins2014-07-112-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Prevent max_count > 1 and specified ip address as inputAaron Rosen2014-07-082-0/+2
| |/ / / / / / /
* | | | | | | | Handle InstanceUserDataTooLarge at api layerjichenjc2014-07-032-0/+2
|/ / / / / / /
* | | | | | | Merge "Accurate exception info in api layer for aggregate"Jenkins2014-07-011-25/+22
|\ \ \ \ \ \ \
| * | | | | | | Accurate exception info in api layer for aggregatejichenjc2014-05-141-29/+24
* | | | | | | | Merge "Remove a not used function _get_ip_by_id"Jenkins2014-07-011-4/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove a not used function _get_ip_by_idjichenjc2014-06-301-4/+0
* | | | | | | | | Merge "Fixes internal server error for add/remove tenant flavor access request"Jenkins2014-07-011-2/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixes internal server error for add/remove tenant flavor access requestChris Yeoh2014-07-011-2/+8
* | | | | | | | | | Merge "Fix rest of API objects usage"Jenkins2014-06-307-24/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix rest of API objects usageChris Behrens2014-06-287-24/+22
* | | | | | | | | | | Merge "Fix exception raised when a requested console type is disabled"Jenkins2014-06-301-6/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix exception raised when a requested console type is disabledChris Yeoh2014-06-261-6/+0
* | | | | | | | | | | Merge "Adds instance lock check for live migrate"Jenkins2014-06-302-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Adds instance lock check for live migrateChris Yeoh2014-06-232-0/+4
* | | | | | | | | | | | Merge "Add API schema for v2.1/v3 quota_sets API"Jenkins2014-06-302-30/+53
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add API schema for v2.1/v3 quota_sets APIYuiko Takada2014-06-252-30/+53
* | | | | | | | | | | | Merge "Fix agent_id with string type in API samples files for os-agents v2"Jenkins2014-06-271-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix agent_id with string type in API samples files for os-agents v2He Jie Xu2014-06-261-0/+5