summaryrefslogtreecommitdiffstats
path: root/nova/virt/powervm/driver.py
Commit message (Expand)AuthorAgeFilesLines
* Implement get_host_uptime for powervm driverMatt Riedemann2013-06-271-0/+4
* Refresh volume connections when starting instancesBrent Eagles2013-06-251-1/+2
* Merge "Remove redundant architecture property update in powervm snapshot"Jenkins2013-06-171-5/+1
|\
| * Remove redundant architecture property update in powervm snapshotMatt Riedemann2013-06-111-5/+1
* | Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-1/+1
|/
* Add power_on flag to virt driver finish/revert migration methodsMatt Riedemann2013-05-301-5/+8
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-2/+2
* Resolve conflicting mac address in resizeLance Bragstad2013-04-031-0/+18
* Resize/Migrate refactoring fixes and test casesLance Bragstad2013-03-141-1/+1
* xenapi: Fix reboot with hung volumesRick Harris2013-03-111-1/+4
* Remove uses of instance['instance_type'] from powervm driver.Dan Smith2013-03-061-1/+3
* Updating powervm driver snapshot with update_task_state flowDavid Peraza2013-03-041-2/+4
* Merge "Make compute manager revert crashed migrations on init_host()"Jenkins2013-03-021-2/+8
|\
| * Make compute manager revert crashed migrations on init_host()Dan Smith2013-02-281-2/+8
* | Fix IBM copyright stringsKurt Taylor2013-03-011-1/+1
|/
* Makes sure required powervm config options are setDavid Peraza2013-02-271-4/+6
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+2
* Resize/Migrate functions for PowerVM driverLance Bragstad2013-02-131-5/+97
* Merge "Recache or rebuild missing images on hard_reboot"Jenkins2013-02-081-1/+1
|\
| * Recache or rebuild missing images on hard_rebootRafi Khardalian2013-02-071-1/+1
* | hypervisor-supplied-nics support in PowerVMMichael J Fork2013-02-061-1/+4
|/
* Mark password config options with secretMichael J Fork2013-02-011-1/+2
* Make sure there are no unused importJoe Gordon2013-01-281-8/+0
* Fix N402 for nova/virtSean Dague2013-01-081-5/+5
* add to driver option to keep disks when instance destroyedKravchenko Pavel2013-01-081-2/+3
* powervm: Implement snapshot for local volumesLance Bragstad2013-01-071-0/+52
* Removed unused imports.Chuck Short2012-12-211-5/+0
* Allow VMs to be resumed after a hypervisor rebootRafi Khardalian2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Updated scheduler and compute for multiple capabilities.Mikyung Kang2012-11-101-1/+1
* Switch from FLAGS to CONF in nova.virtMark McLoughlin2012-11-071-2/+3
* Introduce VirtAPI to nova/virtDan Smith2012-11-011-3/+2
* Remove redundant code from PowerVM driverDan Smith2012-10-311-14/+1
* Remove database usage from libvirt imagecache moduleDan Smith2012-10-241-1/+1
* powervm: remove broken instance filteringMatt Odden2012-10-031-2/+0
* Fixes spawn method signature for PowerVM driver.Tiago Mello2012-08-291-16/+3
* Implements PowerVM get_available_resource method.Tiago Mello2012-08-291-11/+3
* Merge "Remove unused flags"Jenkins2012-08-271-3/+0
|\
| * Remove unused flagsJoe Gordon2012-08-231-3/+0
* | Remove unused and old methods in hyperv and powervm driver.Yaguang Tang2012-08-251-8/+0
|/
* Restore libvirt block storage connections on reboot.Rafi Khardalian2012-08-141-1/+2
* Add PowerVM compute driver and unit tests.Tiago Mello2012-08-141-0/+214