X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Foe19.py;h=958801ce2c93be02e1439b62010c7219f1f6e3a1;hp=b514fd5e62a201d1097b4c7f7ae69b8be1f66d12;hb=3b665c4c4524f586c291935265a8613c8fe9c982;hpb=d5e8e4cb537ff07a58f774a16f764b137315ea32 diff --git a/src/remoteinstaller/installer/bmc_management/oe19.py b/src/remoteinstaller/installer/bmc_management/oe19.py index b514fd5..958801c 100644 --- a/src/remoteinstaller/installer/bmc_management/oe19.py +++ b/src/remoteinstaller/installer/bmc_management/oe19.py @@ -19,8 +19,8 @@ class BMCException(Exception): pass class OE19(OR18): - def __init__(self, host, user, passwd, log_path=None): - super(OE19, self).__init__(host, user, passwd, log_path) + def __init__(self, host, user, passwd, priv_level='ADMINISTRATOR', log_path=None): + super(OE19, 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)