From 0dbcc8c9a1a43e46bdcf4fae1b1e4b704bffafca Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Jan 2016 14:25:47 +0100 Subject: [PATCH] fix PVE::HA use clause so HA resources get registered Signed-off-by: Thomas Lamprecht --- PVE/API2/Qemu.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index c1dba725..39bd248c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -21,6 +21,7 @@ use PVE::INotify; use PVE::Network; use PVE::Firewall; use PVE::API2::Firewall::VM; +use PVE::HA::Env::PVE2; use PVE::HA::Config; use Data::Dumper; # fixme: remove