Skip to content
Snippets Groups Projects
Commit 64bfbc08 authored by Guido Trotter's avatar Guido Trotter
Browse files

KVM: add the network script to the ancillary files


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 3680f662
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment