X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2For18.py;h=f2bf0ba30174bf617551ceb112d69161c0f6a79f;hp=d41df4e20a8ae673480b438fd817340921632664;hb=HEAD;hpb=f9adb9143ef94b16ae16941652e75deccad506ef diff --git a/src/remoteinstaller/installer/bmc_management/or18.py b/src/remoteinstaller/installer/bmc_management/or18.py index d41df4e..f2bf0ba 100644 --- a/src/remoteinstaller/installer/bmc_management/or18.py +++ b/src/remoteinstaller/installer/bmc_management/or18.py @@ -14,14 +14,11 @@ 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