summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "Completes the power_state mapping from compute driver and manager"Jenkins2013-04-281-0/+55
|\ \ \ \ \ \
| * | | | | | Completes the power_state mapping from compute driver and managerDavid Peraza2013-04-121-0/+55
* | | | | | | Merge "Map internal S3 image state to EC2 API values"Jenkins2013-04-281-1/+36
|\ \ \ \ \ \ \
| * | | | | | | Map internal S3 image state to EC2 API valuesChris Yeoh2013-04-181-1/+36
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Send a instance create error notification"Jenkins2013-04-261-0/+72
|\ \ \ \ \ \ \
| * | | | | | | Send a instance create error notificationBrian Elliott2013-04-261-0/+72
* | | | | | | | Merge "Refactor _run_instance() to unify control flow"Jenkins2013-04-261-28/+35
|\| | | | | | |
| * | | | | | | Refactor _run_instance() to unify control flowBrian Elliott2013-04-261-28/+35
| |/ / / / / /
* | | | | | | Merge "Fix fixed_ip_count_by_project in DB API"Jenkins2013-04-261-2/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix fixed_ip_count_by_project in DB APIDmitry Spikhalskiy2013-04-221-2/+0
* | | | | | | Merge "Allow listing fixed_ips for a given compute host."Jenkins2013-04-263-12/+83
|\ \ \ \ \ \ \
| * | | | | | | Allow listing fixed_ips for a given compute host.Michael Still2013-04-153-12/+83
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Fix bug in db.instance_type_destroy"Jenkins2013-04-251-0/+20
|\ \ \ \ \ \ \
| * | | | | | | Fix bug in db.instance_type_destroyBoris Pavlovic2013-04-251-0/+20
* | | | | | | | Merge "Move get_backdoor_port to base rpc API."Jenkins2013-04-2516-136/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Move get_backdoor_port to base rpc API.Russell Bryant2013-04-2416-136/+7
* | | | | | | | | Merge "Deprecate conductor ping method."Jenkins2013-04-251-8/+4
|\| | | | | | | |
| * | | | | | | | Deprecate conductor ping method.Russell Bryant2013-04-231-8/+4
* | | | | | | | | Merge "Add an rpc API common to all services."Jenkins2013-04-251-0/+45
|\| | | | | | | |
| * | | | | | | | Add an rpc API common to all services.Russell Bryant2013-04-231-0/+45
* | | | | | | | | Merge "Fix powervm driver resize instance error"Jenkins2013-04-251-7/+50
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix powervm driver resize instance errorguohliu2013-04-241-7/+50
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge "Translate NoMoreFloatingIps exception"Jenkins2013-04-251-3/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Translate NoMoreFloatingIps exceptionChris Yeoh2013-04-181-3/+16
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "Import and convert to oslo loopingcall."Jenkins2013-04-241-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Import and convert to oslo loopingcall.Michael Still2013-04-161-2/+3
| |/ / / / / / /
* | | | | | | | Merge "Add unit tests for /db/api.py#fixed_ip_*"Jenkins2013-04-241-75/+221
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Add unit tests for /db/api.py#fixed_ip_*Dmitry Spikhalskiy2013-04-221-75/+221
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "Add missing test for db.instance_type_destroy method"Jenkins2013-04-241-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Add missing test for db.instance_type_destroy methodBoris Pavlovic2013-04-241-0/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Remove unnecessary full resource audits at the end of resizes"Jenkins2013-04-242-4/+2
|\ \ \ \ \ \ \
| * | | | | | | Remove unnecessary full resource audits at the end of resizesHans Lindgren2013-04-182-4/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Make os.services.update work with cells"Jenkins2013-04-244-0/+110
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make os.services.update work with cellsMatthew Sherborne2013-04-234-0/+110
* | | | | | | Merge "If rescue fails don't error the instance"Jenkins2013-04-231-0/+28
|\ \ \ \ \ \ \
| * | | | | | | If rescue fails don't error the instanceMatthew Sherborne2013-04-231-0/+28
| |/ / / / / /
* | | | | | | Merge "Encode consoleauth token in utf-8 to make it a str"Jenkins2013-04-231-9/+52
|\ \ \ \ \ \ \
| * | | | | | | Encode consoleauth token in utf-8 to make it a strSam Morrison2013-04-091-9/+52
* | | | | | | | Merge "Correct disk's over committed size computing error"Jenkins2013-04-231-4/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Correct disk's over committed size computing errorZhi Yan Liu2013-04-151-4/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Translate cinder NotFound exception"Jenkins2013-04-231-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Translate cinder NotFound exceptionChris Yeoh2013-04-171-0/+8
| |/ / / / / /
* | | | | | | Merge "hypervisor tests more accurate db"Jenkins2013-04-231-2/+6
|\ \ \ \ \ \ \
| * | | | | | | hypervisor tests more accurate dbBrant Knudson2013-04-161-2/+6
| |/ / / / / /
* | | | | | | Merge "Add option to exclude joins from instance_get_by_uuid"Jenkins2013-04-232-1/+41
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add option to exclude joins from instance_get_by_uuidAndrew Laski2013-04-222-1/+41
* | | | | | | Merge "Can now reboot rescued instances in xenapi"Jenkins2013-04-221-0/+14
|\ \ \ \ \ \ \
| * | | | | | | Can now reboot rescued instances in xenapiMatthew Sherborne2013-04-201-0/+14
* | | | | | | | Merge "Allows xenapi 'lookup' to look for rescue mode VMs"Jenkins2013-04-221-0/+27
|\| | | | | | |
| * | | | | | | Allows xenapi 'lookup' to look for rescue mode VMsMatthew Sherborne2013-04-201-0/+27