mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-27 11:04:00 +00:00
Certificate list fix
This commit is contained in:
@@ -621,7 +621,7 @@ class IpmiHandler:
|
||||
async def handle_cert_authorities(self):
|
||||
if len(self.element) == 3:
|
||||
if self.op == 'read':
|
||||
for cert in self.ipmicmd.get_trusted_cas():
|
||||
async for cert in self.ipmicmd.get_trusted_cas():
|
||||
self.output.put(msg.ChildCollection(cert['id']))
|
||||
elif self.op == 'update':
|
||||
cert = self.inputdata.get_pem(self.node)
|
||||
|
||||
Reference in New Issue
Block a user