summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-0735-305/+353
| |/ / /
* | | | Merge "Don't query nova-network on startup."Jenkins2012-06-071-7/+7
|\ \ \ \
| * | | | Don't query nova-network on startup.Russell Bryant2012-06-061-7/+7
| |/ / /
* | / / Finalize tox config.Monty Taylor2012-06-072-9/+21
| |/ / |/| |
* | | Merge "Cleans up power_off and power_on semantics"Jenkins2012-06-073-25/+41
|\ \ \ | |/ / |/| |
| * | Cleans up power_off and power_on semanticsVishvananda Ishaya2012-06-063-25/+41
* | | Merge "Fix bug 1006664: describe non existent ec2 keypair"Jenkins2012-06-061-0/+5
|\ \ \
| * | | Fix bug 1006664: describe non existent ec2 keypairJoe Gordon2012-06-061-0/+5
| | |/ | |/|
* | | Merge "Refactor libvirt create calls"Jenkins2012-06-062-8/+23
|\ \ \ | | |/ | |/|
| * | Refactor libvirt create callsVishvananda Ishaya2012-06-062-8/+23
* | | Merge "Fix libvirt rescue to work with whole disk images"Jenkins2012-06-061-23/+36
|\ \ \
| * | | Fix libvirt rescue to work with whole disk imagesVishvananda Ishaya2012-06-011-23/+36
* | | | Merge "Make live_migration a first-class compute API."Jenkins2012-06-061-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Make live_migration a first-class compute API.Yun Mao2012-06-061-1/+2
* | | | Merge "Update libvirt imagecache to support resizes."Jenkins2012-06-061-7/+35
|\ \ \ \
| * | | | Update libvirt imagecache to support resizes.Dan Prince2012-06-061-7/+35
* | | | | Merge "Implements resume_state_on_host_boot for libvirt."Jenkins2012-06-061-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implements resume_state_on_host_boot for libvirt.Dan Prince2012-06-011-0/+6
* | | | | Merge "Unused imports cleanup (folsom-2)"Jenkins2012-06-0624-43/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-0324-43/+1
* | | | | Merge "Add shared_storage_test methods to compute rpcapi."Jenkins2012-06-062-85/+46
|\ \ \ \ \
| * | | | | Add shared_storage_test methods to compute rpcapi.Russell Bryant2012-06-012-85/+46
* | | | | | Merge "Add get_instance_disk_info to the compute rpcapi."Jenkins2012-06-062-3/+12
|\| | | | |
| * | | | | Add get_instance_disk_info to the compute rpcapi.Russell Bryant2012-06-012-3/+12
* | | | | | Merge "Add remove_volume_connection to the compute rpcapi."Jenkins2012-06-062-4/+10
|\| | | | | | |_|_|/ / |/| | | |
| * | | | Add remove_volume_connection to the compute rpcapi.Russell Bryant2012-06-012-4/+10
| |/ / /
* | | | Add zeromq driver. Implements blueprint zeromq-rpc-driverEric Windisch2012-06-062-0/+131
* | | | Migrate instance_metadata to use a uuid to refer to instances.Michael Still2012-06-062-9/+16
* | | | Adds `disabled` field for instance-types.Rick Harris2012-06-052-3/+234
* | | | Merge "cleanup power state (partially implements bp task-management)"Jenkins2012-06-052-10/+6
|\ \ \ \
| * | | | cleanup power state (partially implements bp task-management)Yun Mao2012-05-292-10/+6
* | | | | Merge "fix bug lp:1009041,add option "-F" to make mkfs non-interactive."Jenkins2012-06-051-1/+1
|\ \ \ \ \
| * | | | | fix bug lp:1009041,add option "-F" to make mkfs non-interactive.yaguang tang2012-06-061-1/+1
* | | | | | fix the instance quota overlimit messagePádraig Brady2012-06-051-1/+2
|/ / / / /
* | | | | Merge "Use openstack-common's policy module"Jenkins2012-06-053-7/+6
|\ \ \ \ \
| * | | | | Use openstack-common's policy moduleKevin L. Mitchell2012-06-043-7/+6
* | | | | | Merge changes I26d1adfd,If8a20501,I13d6d495Jenkins2012-06-052-60/+39
|\ \ \ \ \ \
| * | | | | | Remove volume_util.VolumeHelper classJohannes Erdfelt2012-06-011-3/+2
| * | | | | | Remove vm_utils.VMHelper classJohannes Erdfelt2012-06-012-57/+37
* | | | | | | Merge "XenAPI: Don't hardcode userdevice for VBDs"Jenkins2012-06-052-18/+30
|\| | | | | |
| * | | | | | XenAPI: Don't hardcode userdevice for VBDsJohannes Erdfelt2012-05-312-18/+30
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Use openstack.common.cfg.CONF."Jenkins2012-06-054-7/+0
|\ \ \ \ \ \
| * | | | | | Use openstack.common.cfg.CONF.Russell Bryant2012-06-044-7/+0
| | |/ / / / | |/| | | |
* | | | | | Revert "blueprint <multi-process-api-service>"James E. Blair2012-06-041-186/+0
* | | | | | Merge "Eliminate a race condition on instance deletes."Jenkins2012-06-053-8/+56
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Eliminate a race condition on instance deletes.Mark Washenberger2012-05-313-8/+56
* | | | | | Merge "convert virt drivers to fully dynamic loading"Jenkins2012-06-0416-131/+138
|\ \ \ \ \ \
| * | | | | | convert virt drivers to fully dynamic loadingSean Dague2012-05-3116-131/+138
* | | | | | | Merge "blueprint <multi-process-api-service>"Jenkins2012-06-041-0/+186
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | blueprint <multi-process-api-service>Zhiteng Huang2012-06-021-0/+186