summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_powervm.py
Commit message (Expand)AuthorAgeFilesLines
* powervm: Move tests under tests/virt/powervmRick Harris2013-05-211-667/+0
* Merge "Check cached SSH connection in PowerVM driver"Jenkins2013-05-101-11/+59
|\
| * Check cached SSH connection in PowerVM driverMatt Riedemann2013-05-091-11/+59
* | Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-2/+2
|/
* Convert to using oslo's execute() method.Michael Still2013-05-041-2/+2
* Fix key error when create lpar instance failedPhong Ly2013-05-011-0/+22
* 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
* | Fix powervm driver resize instance errorguohliu2013-04-241-7/+50
|/
* Remove "undefined name" pyflake errorsStanislaw Pitucha2013-04-101-17/+26
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-3/+0
* Resolve conflicting mac address in resizeLance Bragstad2013-04-031-1/+76
* Fixes PowerVM spawn failed as missing attr supported_instancesFei Long Wang2013-03-191-0/+23
* Resize/Migrate refactoring fixes and test casesLance Bragstad2013-03-141-0/+87
* Remove uses of instance['instance_type'] from powervm driver.Dan Smith2013-03-061-2/+7
* Updating powervm driver snapshot with update_task_state flowDavid Peraza2013-03-041-7/+42
* Merge "Make compute manager revert crashed migrations on init_host()"Jenkins2013-03-021-0/+36
|\
| * Make compute manager revert crashed migrations on init_host()Dan Smith2013-02-281-0/+36
* | Fix IBM copyright stringsKurt Taylor2013-03-011-1/+1
|/
* Removes unnecessary qemu-img dependency on powervm driverDavid Peraza2013-02-221-3/+3
* hypervisor-supplied-nics support in PowerVMMichael J Fork2013-02-061-3/+9
* fix N402 for nova/testsSean Dague2013-01-091-1/+1
* powervm: Implement snapshot for local volumesLance Bragstad2013-01-071-0/+29
* powervm: add DiskAdapter for local volumesMatt Odden2012-12-011-17/+25
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Merge "powervm: failed spawn should raise exception"Jenkins2012-11-131-1/+25
|\
| * powervm: failed spawn should raise exceptionMatt Odden2012-11-091-1/+25
* | Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-2/+0
|/
* Make ComputeDrivers send hypervisor_hostnameArata Notsu2012-11-061-0/+3
* Introduce VirtAPI to nova/virtDan Smith2012-11-011-1/+1
* Fixes spawn method signature for PowerVM driver.Tiago Mello2012-08-291-1/+1
* Add PowerVM compute driver and unit tests.Tiago Mello2012-08-141-0/+165