mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-13 11:17:49 +00:00
Add expiration data from ipmi plugin
When pyghmi provides the information, enrich the return data.
This commit is contained in:
parent
fd9b4a8650
commit
a787ac62c3
@ -749,6 +749,7 @@ class IpmiHandler(object):
|
||||
uid=data['uid'],
|
||||
username=data['name'],
|
||||
privilege_level=data['access']['privilege_level'],
|
||||
expiration=data['expiration'],
|
||||
name=self.node))
|
||||
return
|
||||
elif self.op == 'update':
|
||||
|
Loading…
x
Reference in New Issue
Block a user