Revision 77031881 lib/cmdlib.py

b/lib/cmdlib.py
6587 6587
    cluster_info = cfg.GetClusterInfo()
6588 6588
    # cluster data
6589 6589
    data = {
6590
      "version": 1,
6590
      "version": constants.IALLOCATOR_VERSION,
6591 6591
      "cluster_name": cfg.GetClusterName(),
6592 6592
      "cluster_tags": list(cluster_info.GetTags()),
6593 6593
      "enabled_hypervisors": list(cluster_info.enabled_hypervisors),

Also available in: Unified diff