X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Fhw17.py;fp=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Fhw17.py;h=869a6a2e260dbbc0692f71132a4ad9dbe6b6fdcc;hp=a7b5bece4fcd9cd7744bee42e3fb2be3293e2c8f;hb=3b665c4c4524f586c291935265a8613c8fe9c982;hpb=d5e8e4cb537ff07a58f774a16f764b137315ea32 diff --git a/src/remoteinstaller/installer/bmc_management/hw17.py b/src/remoteinstaller/installer/bmc_management/hw17.py index a7b5bec..869a6a2 100644 --- a/src/remoteinstaller/installer/bmc_management/hw17.py +++ b/src/remoteinstaller/installer/bmc_management/hw17.py @@ -20,8 +20,8 @@ class BMCException(Exception): pass class HW17(BMC): - def __init__(self, host, user, passwd, log_path=None): - super(HW17, self).__init__(host, user, passwd, log_path) + def __init__(self, host, user, passwd, priv_level='ADMINISTRATOR', log_path=None): + super(HW17, self).__init__(host, user, passwd, priv_level, log_path) def attach_virtual_cd(self, nfs_host, nfs_mount, boot_iso_filename): for _ in range(2):