Bases: nova.virt.driver.ComputeDriver
PowerVM Implementation of Compute Driver.
Confirms a resize, destroying the source VM.
Destroy (shutdown and delete) the specified instance.
Completes a resize, turning on the migrated instance
Parameters: |
|
---|
Finish reverting a resize, powering back on the instance.
Retrieve resource info.
Retrieves the IP address of the hypervisor host.
Return currently known host stats.
Get the current status of an instance.
Reboots, shuts down or powers up the host.
Initialize anything that is necessary for the driver to function, including catching up with currently running VM’s on the given host.
Indicate if the driver requires the legacy network_info format.
Manage the driver’s local image cache.
Some drivers chose to cache images for instances on disk. This method is an opportunity to do management of that cache which isn’t directly related to other calls into the driver. The prime example is to clean the cache and remove images which are no longer of interest.
Transfers the disk of a running instance in multiple phases, turning off the instance before the end.
Returns: | disk_info dictionary that is passed as the disk_info parameter to finish_migration on the destination nova-compute host |
---|
Pause the specified instance.
Power off the specified instance.
Power on the specified instance.
Reboot the specified instance.
Parameters: |
|
---|
resume the specified instance.
Snapshots the specified instance.
Parameters: |
|
---|
Create a new instance/VM/domain on powerVM.
suspend the specified instance.
Unpause paused VM instance.