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=78606dbfc5f34b9126067f3bbdf7166eb6fe77a6;hp=d41df4e20a8ae673480b438fd817340921632664;hb=3b665c4c4524f586c291935265a8613c8fe9c982;hpb=d5e8e4cb537ff07a58f774a16f764b137315ea32 diff --git a/src/remoteinstaller/installer/bmc_management/or18.py b/src/remoteinstaller/installer/bmc_management/or18.py index d41df4e..78606db 100644 --- a/src/remoteinstaller/installer/bmc_management/or18.py +++ b/src/remoteinstaller/installer/bmc_management/or18.py @@ -20,8 +20,8 @@ class BMCException(Exception): pass 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