mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-20 18:20:28 +00:00
Add expiration data from ipmi plugin
When pyghmi provides the information, enrich the return data.
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user