Revision e1b8653f lib/cmdlib.py

b/lib/cmdlib.py
1572 1572
                    constants.RAPI_CERT_FILE,
1573 1573
                    constants.RAPI_USERS_FILE,
1574 1574
                   ])
1575

  
1576
  enabled_hypervisors = lu.cfg.GetClusterInfo().enabled_hypervisors
1577
  for hv_name in enabled_hypervisors:
1578
    hv_class = hypervisor.GetHypervisor(hv_name)
1579
    dist_files.update(hv_class.GetAncillaryFiles())
1580

  
1575 1581
  # 3. Perform the files upload
1576 1582
  for fname in dist_files:
1577 1583
    if os.path.exists(fname):

Also available in: Unified diff