summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_compute.py
Commit message (Expand)AuthorAgeFilesLines
* Add version to compute rpc API.Russell Bryant2012-05-231-4161/+0
* Add version to scheduler rpc API.Russell Bryant2012-05-231-10/+8
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Merge "Add version to consoleauth rpc API."Jenkins2012-05-181-10/+7
|\
| * Add version to consoleauth rpc API.Russell Bryant2012-05-171-10/+7
* | use a RequestContext object instead of context moduleYun Mao2012-05-171-1/+1
|/
* Merge "Optional timeout for servers stuck in build"Jenkins2012-05-161-0/+104
|\
| * Optional timeout for servers stuck in buildPhilip Knouff2012-05-161-0/+104
* | Update nova's copy of image metadata on rebuildChris Behrens2012-05-161-2/+17
|/
* Fixed compute periodic task. Fixes bug 973331.Unmesh Gurjar2012-05-161-0/+71
* Create an internal key pair API.Dan Prince2012-05-141-0/+102
* Store image properties with instance system_metadataChris Behrens2012-05-111-2/+21
* API does need new image_ref on rebuild immediately.Chris Behrens2012-05-091-14/+13
* Defer image_ref update to manager on rebuildChris Behrens2012-05-091-12/+39
* Remove instance action logging mechanismBrian Waldon2012-05-081-21/+0
* Convert Volume and Snapshot IDs to use UUIDJohn Griffith2012-05-021-18/+27
* Merge "Migrate block_device_mapping to use instance uuids."Jenkins2012-04-301-17/+18
|\
| * Migrate block_device_mapping to use instance uuids.Michael Still2012-05-011-17/+18
* | Use openstack.common.importutils.Russell Bryant2012-04-281-1/+2
|/
* Merge "Fix instance delete notifications."Jenkins2012-04-271-9/+13
|\
| * Fix instance delete notifications.Monsyne Dragon2012-04-271-9/+13
* | Add additional capabilities for computesMonsyne Dragon2012-04-271-0/+31
|/
* Fixes bug 989271, fixes launched_at date on notifications.Monsyne Dragon2012-04-261-0/+120
* Remove unused time keyword argJohannes Erdfelt2012-04-191-9/+2
* Merge "Clean up read_deleted support in host aggregates code"Jenkins2012-04-101-2/+2
|\
| * Clean up read_deleted support in host aggregates codeMark McLoughlin2012-03-251-2/+2
* | Create compute.api.BaseAPI for compute APIs to useChris Behrens2012-04-091-1/+47
* | Fix exception type in _get_minram_mindisk_paramsJulien Danjou2012-03-291-1/+1
|/
* Fix run/terminate race conditions.Anthony Young2012-03-161-15/+10
* Move (cast|call)_compute_message methods back into compute API classChris Behrens2012-03-121-2/+4
* Fix live-migration in multi_host networkVishvananda Ishaya2012-03-121-9/+7
* Merge "Make test_compute console tests more robust"Jenkins2012-03-071-37/+59
|\
| * Make test_compute console tests more robustChris Behrens2012-03-071-37/+59
* | Merge "test_compute stubs same thing multiple times"Jenkins2012-03-071-81/+5
|\|
| * test_compute stubs same thing multiple timesChris Behrens2012-03-071-81/+5
* | HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-3/+3
* | Merge "Cleanup some test docstrings"Jenkins2012-03-071-3/+2
|\ \ | |/ |/|
| * Cleanup some test docstringsJoe Gordon2012-03-061-3/+2
* | Ignore InstanceNotFound when trying to set instance to ERRORChris Behrens2012-03-071-3/+24
* | Merge "Setup and teardown networks during migration"Jenkins2012-03-071-0/+8
|\ \ | |/ |/|
| * Setup and teardown networks during migrationTrey Morris2012-03-061-0/+8
* | assertRaises(Exception, ...) considered harmfulJohannes Erdfelt2012-03-041-13/+14
* | Remove unused _setup_other_managers method from test caseJohannes Erdfelt2012-03-021-5/+0
* | Remove empty setUp/tearDown methodsJohannes Erdfelt2012-03-021-6/+0
* | Remove unnecessary setting up and down of mox and stuboutJohannes Erdfelt2012-03-021-4/+0
* | Remove unnecessary variables from testsJohannes Erdfelt2012-03-011-3/+0
* | notifications for delete, snapshot and resizeSandy Walsh2012-02-291-1/+6
* | Perform image show early in the resize processMark Washenberger2012-02-291-16/+16
* | Include launch_index when creating instances.Mike Milner2012-02-231-1/+2
|/
* bigger-than-unit test for cleanup_running_deleted_instancesAaron Lee2012-02-231-0/+29