add ipmi to prottypemap
[pcucontrol.git] / pcucontrol / models / OpenIPMI.py
index f52ea39..38ca7d8 100644 (file)
@@ -6,7 +6,7 @@ class OpenIPMI(PCUControl):
        supported_ports = [80,443,623]
 
        # TODO: get exit codes to determine success or failure...
-       def run_https(self, node_port, dryrun):
+       def run_ipmi(self, node_port, dryrun):
 
                if not dryrun:
                        cmd = "ipmitool -I lanplus -H %s -U %s -P '%s' power cycle  "