add ipmi to prottypemap
[pcucontrol.git] / pcucontrol / reboot.py
index d8fdb27..f31f690 100755 (executable)
@@ -9,7 +9,6 @@ import xml, xmlrpclib
 import errno, time, traceback
 import urllib2
 import urllib
-import threading, popen2
 import array, struct
 import base64
 from subprocess import PIPE, Popen
@@ -107,6 +106,7 @@ class Transport:
        HTTP   = "http"
        HTTPS  = "https"
        IPAL   = "ipal"
+        IPMI   = "ipmi"
        DRAC   = "drac"
        AMT    = "amt"
 
@@ -119,6 +119,7 @@ class Transport:
                        443 : HTTPS,
                        80 :  HTTP,
                        9100 : IPAL,
+                        623 : IPMI,
                        16992 : AMT,
                }