2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Move nodediscover to async client

The work to convert had already been done, and it may be handy to make
nodediscover do some async tricks in the future.
This commit is contained in:
Jarrod Johnson 2024-05-29 12:24:19 -04:00
parent 4c3f93765f
commit 23d0bbd047

View File

@ -27,7 +27,7 @@ path = os.path.realpath(os.path.join(path, '..', 'lib', 'python'))
if path.startswith('/opt'):
sys.path.append(path)
import confluent.client as client
import confluent.asynclient as client
import confluent.sortutil as sortutil
defcolumns = ['Node', 'Model', 'Serial', 'UUID', 'Mac Address', 'Type',