The nova.virt.baremetal.virtual_power_driver Module

class VirtualPowerManager(**kwargs)

Bases: nova.virt.baremetal.base.PowerManager

Virtual Power Driver for Baremetal Nova Compute

This PowerManager class provides mechanism for controlling the power state of VMs based on their name and MAC address. It uses ssh to connect to the VM’s host and issue commands.

Node will be matched based on mac address

NOTE: for use in dev/test environments only!

activate_node()
deactivate_node()
is_power_on()
reboot_node()
start_console()
stop_console()

Previous topic

The nova.virt.baremetal.vif_driver Module

Next topic

The nova.virt.baremetal.virtual_power_driver_settings Module

This Page