2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 11:01:09 +00:00

Remove IPMI specific parameters to user

Users cannot have these settings in redfish
This commit is contained in:
Jarrod Johnson 2019-07-01 11:23:28 -04:00
parent 2b0c50dc23
commit 7275e98039

View File

@ -591,7 +591,6 @@ class IpmiHandler(object):
user = self.inputdata.credentials[self.node]
self.ipmicmd.create_user(uid=user['uid'], name=user['username'],
password=user['password'],
callback=True,link_auth=True, ipmi_msg=True,
privilege_level=user['privilege_level'])
# A list of users
self.output.put(msg.ChildCollection('all'))