Revision e6244d00 lib/cmdlib.py

b/lib/cmdlib.py
14343 14343
      "cluster_name": cfg.GetClusterName(),
14344 14344
      "cluster_tags": list(cluster_info.GetTags()),
14345 14345
      "enabled_hypervisors": list(cluster_info.enabled_hypervisors),
14346
      # we don't have job IDs
14346
      "ipolicy": cluster_info.ipolicy,
14347 14347
      }
14348 14348
    ninfo = cfg.GetAllNodesInfo()
14349 14349
    iinfo = cfg.GetAllInstancesInfo().values()

Also available in: Unified diff