FIX: Allow configuration of IPMI privilege level
[ta/remote-installer.git] / src / remoteinstaller / installer / bmc_management / rm18.py
index e498129..7ca7881 100644 (file)
@@ -19,8 +19,8 @@ class BMCException(Exception):
     pass
 
 class RM18(OR18):
-    def __init__(self, host, user, passwd, log_path=None):
-        super(RM18, self).__init__(host, user, passwd, log_path)
+    def __init__(self, host, user, passwd, priv_level='ADMINISTRATOR', log_path=None):
+        super(RM18, self).__init__(host, user, passwd, priv_level, log_path)
 
     def _set_boot_from_virtual_media(self):
         logging.debug('Set boot from floppy (%s), and boot after that', self._host)