2
0
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:
Jarrod Johnson 2019-07-09 12:48:56 -04:00
parent fd9b4a8650
commit a787ac62c3

View File

@ -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':