summaryrefslogtreecommitdiff
path: root/virtinst/connection.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2017-07-19 15:56:43 -0400
committerCole Robinson <crobinso@redhat.com>2017-07-20 17:29:55 -0400
commita9d9c0d0354c3e120fded5ec328c1b38784a3381 (patch)
tree7b29e52c7df7f88e1d6a9221299289a9ab78a365 /virtinst/connection.py
parent6b586e2bed3e3cbc0f7d6ae32cbd367d70ca32e5 (diff)
downloadvirt-manager-a9d9c0d0354c3e120fded5ec328c1b38784a3381.tar.gz
connection: rename s/add_new_pool/cache_new_pool/g
Better describes exactly what's going on
Diffstat (limited to 'virtinst/connection.py')
-rw-r--r--virtinst/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/connection.py b/virtinst/connection.py
index b491054a..323f9cf8 100644
--- a/virtinst/connection.py
+++ b/virtinst/connection.py
@@ -81,7 +81,7 @@ class VirtualConnection(object):
self.cb_fetch_all_vols = None
self.cb_fetch_all_nodedevs = None
self.cb_clear_cache = None
- self.cb_add_new_pool = None
+ self.cb_cache_new_pool = None
##############