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!