summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_admin_actions.py
Commit message (Expand)AuthorAgeFilesLines
* Allow reboot or rebuild from vm_state=ErrorPhil Day2013-06-161-1/+3
* compute.api call conductor ComputeTaskManager for live-migrateJohn Garbutt2013-05-301-36/+31
* Fixes instance task_state being left as migratingFei Long Wang2013-03-121-0/+114
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Handle compute node not available for live migrationJian Wen2013-01-311-10/+47
* fix N402 for nova/testsSean Dague2013-01-091-5/+5
* Enable nova exception format checking in tests.Dan Prince2012-12-211-3/+5
* Merge "Remove nova.config.CONF"Jenkins2012-11-201-2/+2
|\
| * Remove nova.config.CONFMark McLoughlin2012-11-201-2/+2
* | Merge "'BackupCreate' rotation parameter >= 0"Jenkins2012-11-201-2/+35
|\ \ | |/ |/|
| * 'BackupCreate' rotation parameter >= 0Édouard Thuleau2012-11-071-2/+35
* | Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* | Remove gen_uuid()Zhongyue Luo2012-11-141-4/+5
* | Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-3/+3
|/
* Speed up api.openstack.compute.contrib testsStanislaw Pitucha2012-10-241-5/+9
* Fix imports in openstack compute testsVishvananda Ishaya2012-10-121-11/+11
* Avoid live migrate overwriting the other task_stateJian Wen2012-09-131-0/+7
* Fix rpc error with live_migrationRenuka Apte2012-08-131-1/+1
* Send full instance to scheduler live_migration.Russell Bryant2012-08-061-3/+4
* Merge "vm state and task state management"Jenkins2012-06-251-1/+2
|\
| * vm state and task state managementYun Mao2012-06-211-1/+2
* | Admin action to reset states.Kevin L. Mitchell2012-06-201-0/+60
|/
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-10/+18
* Make live_migration a first-class compute API.Yun Mao2012-06-061-1/+2
* Update pep8 dependency to v1.1Brian Waldon2012-05-241-1/+1
* Add version to scheduler rpc API.Russell Bryant2012-05-231-3/+3
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-2/+2
* Remove unnecessary variables from testsJohannes Erdfelt2012-03-011-2/+0
* Expand policies for admin_actions extensionBrian Waldon2012-01-311-17/+0
* Merge "Remove LazySerializationMiddleware."Jenkins2012-01-261-5/+1
|\
| * Remove LazySerializationMiddleware.Dan Prince2012-01-261-5/+1
* | Adding live migration server actionsmasumotok2012-01-261-0/+56
|/
* Remove admin_only ext attr in favor of authzBrian Waldon2012-01-241-3/+3
* Remove deprecated extension code.Kevin L. Mitchell2012-01-191-3/+1
* Set instance_ref property when creating snapshots.Dan Prince2012-01-171-3/+0
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+250