X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Foe19.py;h=dc44d99019ce2d7f710cea1e4179daad7dbe425f;hb=refs%2Fchanges%2F63%2F3563%2F3;hp=b514fd5e62a201d1097b4c7f7ae69b8be1f66d12;hpb=f9adb9143ef94b16ae16941652e75deccad506ef;p=ta%2Fremote-installer.git diff --git a/src/remoteinstaller/installer/bmc_management/oe19.py b/src/remoteinstaller/installer/bmc_management/oe19.py index b514fd5..dc44d99 100644 --- a/src/remoteinstaller/installer/bmc_management/oe19.py +++ b/src/remoteinstaller/installer/bmc_management/oe19.py @@ -15,12 +15,9 @@ from .or18 import OR18 import logging -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)