summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Wrong proxy port in nova.conf for Spice proxyÉmilien Macchi2013-04-261-2/+2
* Merge "Fix bug in db.instance_type_destroy"Jenkins2013-04-252-1/+26
|\
| * Fix bug in db.instance_type_destroyBoris Pavlovic2013-04-252-1/+26
* | Merge "Move get_backdoor_port to base rpc API."Jenkins2013-04-2538-232/+56
|\ \
| * | Move get_backdoor_port to base rpc API.Russell Bryant2013-04-2438-232/+56
* | | Merge "Deprecate conductor ping method."Jenkins2013-04-254-20/+10
|\| |
| * | Deprecate conductor ping method.Russell Bryant2013-04-234-20/+10
* | | Merge "Add an rpc API common to all services."Jenkins2013-04-2510-9/+136
|\| |
| * | Add an rpc API common to all services.Russell Bryant2013-04-2310-9/+136
* | | Merge "Fix powervm driver resize instance error"Jenkins2013-04-252-18/+63
|\ \ \ | |_|/ |/| |
| * | Fix powervm driver resize instance errorguohliu2013-04-242-18/+63
* | | Merge "Translate NoMoreFloatingIps exception"Jenkins2013-04-252-7/+20
|\ \ \
| * | | Translate NoMoreFloatingIps exceptionChris Yeoh2013-04-182-7/+20
* | | | Merge "Import and convert to oslo loopingcall."Jenkins2013-04-2413-156/+207
|\ \ \ \
| * | | | Import and convert to oslo loopingcall.Michael Still2013-04-1613-156/+207
| |/ / /
* | | | 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 "Move db.instance_type_extra_specs_* to db.instance_type_* methods"Jenkins2013-04-242-101/+95
|\ \ \ \ \
| * | | | | Move db.instance_type_extra_specs_* to db.instance_type_* methodsBoris Pavlovic2013-04-242-101/+95
* | | | | | 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-245-31/+23
|\ \ \ \ \
| * | | | | Remove unnecessary full resource audits at the end of resizesHans Lindgren2013-04-185-31/+23
| | |_|/ / | |/| | |
* | | | | Merge "Make os.services.update work with cells"Jenkins2013-04-2410-11/+210
|\ \ \ \ \
| * | | | | Make os.services.update work with cellsMatthew Sherborne2013-04-2310-11/+210
* | | | | | Imported Translations from TransifexOpenStack Jenkins2013-04-2422-5500/+6442
| |_|/ / / |/| | | |
* | | | | Merge "If rescue fails don't error the instance"Jenkins2013-04-232-2/+35
|\ \ \ \ \
| * | | | | If rescue fails don't error the instanceMatthew Sherborne2013-04-232-2/+35
| |/ / / /
* | | | | Merge "Encode consoleauth token in utf-8 to make it a str"Jenkins2013-04-232-10/+53
|\ \ \ \ \
| * | | | | Encode consoleauth token in utf-8 to make it a strSam Morrison2013-04-092-10/+53
* | | | | | Merge "Correct disk's over committed size computing error"Jenkins2013-04-232-8/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Correct disk's over committed size computing errorZhi Yan Liu2013-04-152-8/+14
* | | | | | Merge "Translate cinder NotFound exception"Jenkins2013-04-232-1/+24
|\ \ \ \ \ \
| * | | | | | Translate cinder NotFound exceptionChris Yeoh2013-04-172-1/+24
| | |_|_|/ / | |/| | | |
* | | | | | Merge "hypervisor tests more accurate db"Jenkins2013-04-231-2/+6
|\ \ \ \ \ \
| * | | | | | hypervisor tests more accurate dbBrant Knudson2013-04-161-2/+6
* | | | | | | Merge "Deprecate old vif drivers."Jenkins2013-04-231-0/+25
|\ \ \ \ \ \ \
| * | | | | | | Deprecate old vif drivers.Joe Gordon2013-04-041-0/+25
* | | | | | | | Merge "Update the log module from oslo-incubator"Jenkins2013-04-231-6/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Update the log module from oslo-incubatorMichael Kerrin2013-04-181-6/+3
* | | | | | | | | Merge "Add option to exclude joins from instance_get_by_uuid"Jenkins2013-04-238-23/+83
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Add option to exclude joins from instance_get_by_uuidAndrew Laski2013-04-228-23/+83
* | | | | | | | | Merge "Fix hyperv copy file error logged incorrect"Jenkins2013-04-221-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix hyperv copy file error logged incorrectguohliu2013-04-191-1/+2
* | | | | | | | | | Merge "Can now reboot rescued instances in xenapi"Jenkins2013-04-222-4/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Can now reboot rescued instances in xenapiMatthew Sherborne2013-04-202-4/+21
* | | | | | | | | | | Merge "Allows xenapi 'lookup' to look for rescue mode VMs"Jenkins2013-04-222-2/+36
|\| | | | | | | | | |
| * | | | | | | | | | Allows xenapi 'lookup' to look for rescue mode VMsMatthew Sherborne2013-04-202-2/+36
* | | | | | | | | | | Merge "Adds tests to xenapi.vm_utils's 'lookup' method"Jenkins2013-04-221-0/+30
|\| | | | | | | | | |
| * | | | | | | | | | Adds tests to xenapi.vm_utils's 'lookup' methodMatthew Sherborne2013-04-201-0/+30