Comment 19 for bug 1805799

Revision history for this message
Dmytro Samoylenko (vsys-host) wrote :

Hello,

To use this with MAAS 2.9 modify /usr/lib/python3/dist-packages/provisioningserver/drivers/power/proxmox.py:

class ProxmoxPowerDriver(PowerDriver):

    name = 'proxmox'
    chassis = True
    can_probe = False # <-------- add this line