Revision 64bfbc08 lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
78 78

  
79 79
  _KVM_NETWORK_SCRIPT = constants.SYSCONFDIR + "/ganeti/kvm-vif-bridge"
80 80

  
81
  ANCILLARY_FILES = [
82
    _KVM_NETWORK_SCRIPT,
83
    ]
84

  
81 85
  def __init__(self):
82 86
    hv_base.BaseHypervisor.__init__(self)
83 87
    # Let's make sure the directories we need exist, even if the RUN_DIR lives

Also available in: Unified diff