]> git.proxmox.com Git - qemu-server.git/commitdiff
fix PVE::HA use clause so HA resources get registered
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Jan 2016 13:25:47 +0000 (14:25 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 27 Jan 2016 16:08:21 +0000 (17:08 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm

index c1dba7254fbb6d67f8aa4b06ce7aff1ff563a7e0..39bd248cab1decb71831d10cefe4a597a42bc9b2 100644 (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