diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py index e928c51a1d9eb66a82b928f47238e29307182696..539985e869ada20a0f51c5011cf29673af66ad1c 100644 --- a/lib/hypervisor/hv_kvm.py +++ b/lib/hypervisor/hv_kvm.py @@ -55,7 +55,7 @@ from ganeti.hypervisor import hv_base from ganeti.utils import wrapper as utils_wrapper -_KVM_NETWORK_SCRIPT = pathutils.SYSCONFDIR + "/ganeti/kvm-vif-bridge" +_KVM_NETWORK_SCRIPT = pathutils.CONF_DIR + "/kvm-vif-bridge" _KVM_START_PAUSED_FLAG = "-S" # TUN/TAP driver constants, taken from <linux/if_tun.h>