[pve-devel] [PATCH qemu-server] fix PVE::HA use clause so HA	resources get registered
    Thomas Lamprecht 
    t.lamprecht at proxmox.com
       
    Wed Jan 27 14:25:47 CET 2016
    
    
  
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 PVE/API2/Qemu.pm | 1 +
 1 file changed, 1 insertion(+)
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
-- 
2.1.4
    
    
More information about the pve-devel
mailing list