Enable tags query over the query socket
[ganeti-local] / lib / cli.py
index 44d854d..845c8a7 100644 (file)
@@ -464,7 +464,7 @@ def ListTags(opts, args):
 
   """
   kind, name = _ExtractTagsObject(opts, args)
-  cl = GetClient()
+  cl = GetClient(query=True)
   result = cl.QueryTags(kind, name)
   result = list(result)
   result.sort()