host: Fix busted use of conn.storage_capable

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2011-04-09 21:27:41 -04:00
parent f6797644e9
commit 239015d248

View File

@ -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."))