Bases: nova.virt.driver.ComputeDriver
PowerVM Implementation of Compute Driver.
Destroy (shutdown and delete) the specified instance.
Retrieves the IP address of the dom0
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.
Pause the specified instance.
Power off the specified instance.
Power on the specified instance
Reboot the specified instance.
Parameters: |
|
---|
resume the specified instance
Create a new instance/VM/domain on powerVM.
Parameters: |
|
---|
suspend the specified instance
Unpause paused VM instance
Updates compute manager resource info on ComputeNode table.
This method is called when nova-compute launches, and whenever admin executes “nova-manage service update_resource”.
Parameters: |
|
---|