Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit f0570ed

Browse files
committed
support: Add check for libvirt openAuth
1 parent 04597f9 commit f0570ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

virtinst/support.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ def is_error_nosupport(err):
327327

328328
def support_threading():
329329
return bool(_local_lib_ver() >= 6000)
330+
def support_openauth():
331+
return bool(_local_lib_ver() >= 4000)
332+
330333

331334
def check_conn_support(conn, feature):
332335
return _check_support(conn, feature, conn)

0 commit comments

Comments
 (0)