mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
host: Fix busted use of conn.storage_capable
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
f6797644e9
commit
239015d248
@ -364,7 +364,7 @@ class vmmHost(vmmGObjectUI):
|
||||
_("Libvirt connection does not support virtual network "
|
||||
"management."))
|
||||
|
||||
if not self.conn.storage_capable:
|
||||
if not self.conn.is_storage_capable():
|
||||
self.set_storage_error_page(
|
||||
_("Libvirt connection does not support storage management."))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user