When trying to create a new virtual machine an exception has been thrown:
Error launching manager: 'vmmConnection' object has no attribute
'get_pretty_desc_active'

Signed-off-by: Tal Kain <[email protected]>
---
 virtManager/create.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/create.py b/virtManager/create.py
index f8c5936..e0ac521 100644
--- a/virtManager/create.py
+++ b/virtManager/create.py
@@ -763,7 +763,7 @@ class vmmCreate(vmmGObjectUI):
                 # Favor local connections over remote connections
                 default = len(model)

-            model.append([connobj.get_uri(),
connobj.get_pretty_desc_active()])
+            model.append([connobj.get_uri(), connobj.get_pretty_desc()])

         no_conns = (len(model) == 0)

-- 
1.9.1

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to