Fix: First boot from floppy, not CD-ROM
[ta/remote-installer.git] / src / remoteinstaller / installer / bmc_management / or18.py
index d41df4e..f2bf0ba 100644 (file)
 
 import logging
 import time
-from .bmctools import BMC
-
-class BMCException(Exception):
-    pass
+from .bmctools import BMC, BMCException
 
 class OR18(BMC):
-    def __init__(self, host, user, passwd, log_path=None):
-        super(OR18, self).__init__(host, user, passwd, log_path)
+    def __init__(self, host, user, passwd, priv_level='ADMINISTRATOR', log_path=None):
+        super(OR18, self).__init__(host, user, passwd, priv_level, log_path)
 
     def _clear_ris_configuration(self):
         # Clear RIS configuration