From: Thomas Lamprecht Date: Wed, 27 Jan 2016 13:25:47 +0000 (+0100) Subject: fix PVE::HA use clause so HA resources get registered X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0dbcc8c9a1a43e46bdcf4fae1b1e4b704bffafca;p=qemu-server.git fix PVE::HA use clause so HA resources get registered Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index c1dba72..39bd248 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