summaryrefslogtreecommitdiff
path: root/virtinst/storage.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2017-07-20 15:30:07 -0400
committerCole Robinson <crobinso@redhat.com>2017-07-20 17:30:37 -0400
commita9903ae0e00d7a59081928fd559e082f9c685004 (patch)
tree922511b420183338fea64707b7894c236a7079e7 /virtinst/storage.py
parent4792c7cb8e51fec93543d71a725f8bacb3d42014 (diff)
downloadvirt-manager-a9903ae0e00d7a59081928fd559e082f9c685004.tar.gz
connection: Remove clear_cache callback
It doesn't actually accomplish what we want for the virt-manager case, and cache_new_pool should cover our needs now
Diffstat (limited to 'virtinst/storage.py')
-rw-r--r--virtinst/storage.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/virtinst/storage.py b/virtinst/storage.py
index f86c14b6..3fc3ab9f 100644
--- a/virtinst/storage.py
+++ b/virtinst/storage.py
@@ -226,7 +226,6 @@ class StoragePool(_StorageObject):
defpool.name = name
defpool.target_path = path
defpool.install(build=True, create=True, autostart=True)
- conn.clear_cache(pools=True)
return defpool
except Exception as e:
raise RuntimeError(