X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Frm18.py;fp=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Frm18.py;h=7ca788156df6d88c7a635ef6995a31751204215c;hp=e498129a21c3bdb35073ff227594deb144db61c2;hb=3b665c4c4524f586c291935265a8613c8fe9c982;hpb=d5e8e4cb537ff07a58f774a16f764b137315ea32 diff --git a/src/remoteinstaller/installer/bmc_management/rm18.py b/src/remoteinstaller/installer/bmc_management/rm18.py index e498129..7ca7881 100644 --- a/src/remoteinstaller/installer/bmc_management/rm18.py +++ b/src/remoteinstaller/installer/bmc_management/rm18.py @@ -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)