confd/client: make it possible to update peer list
[ganeti-local] / lib / cmdlib.py
index 99fba8d..41e2408 100644 (file)
@@ -3102,6 +3102,7 @@ class LUQueryClusterInfo(NoHooksLU):
       "file_storage_dir": cluster.file_storage_dir,
       "ctime": cluster.ctime,
       "mtime": cluster.mtime,
+      "uuid": cluster.uuid,
       "tags": list(cluster.GetTags()),
       }