From 64bfbc08feb59590a40c8d4e345a0cd34d6486ce Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 21 May 2009 16:23:55 +0100 Subject: [PATCH] KVM: add the network script to the ancillary files Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/hypervisor/hv_kvm.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py index 23946839d..fdfc28a47 100644 --- a/lib/hypervisor/hv_kvm.py +++ b/lib/hypervisor/hv_kvm.py @@ -78,6 +78,10 @@ class KVMHypervisor(hv_base.BaseHypervisor): _KVM_NETWORK_SCRIPT = constants.SYSCONFDIR + "/ganeti/kvm-vif-bridge" + ANCILLARY_FILES = [ + _KVM_NETWORK_SCRIPT, + ] + def __init__(self): hv_base.BaseHypervisor.__init__(self) # Let's make sure the directories we need exist, even if the RUN_DIR lives -- GitLab