mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 19:10:10 +00:00
Remove IPMI specific parameters to user
Users cannot have these settings in redfish
This commit is contained in:
parent
2b0c50dc23
commit
7275e98039
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user