5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-22 22:03:55 +03:00

fix PVE::HA use clause so HA resources get registered

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2016-01-27 14:25:47 +01:00 committed by Dietmar Maurer
parent 52237a78f5
commit 0dbcc8c9a1

View File

@ -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