From 3810572ca1d8b1822b55635775793108f27aa73e Mon Sep 17 00:00:00 2001
From: Liam Young <liam.young@canonical.com>
Date: Fri, 4 Sep 2015 11:55:20 +0100
Subject: [PATCH] Fix function name

---
 hooks/glance_relations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hooks/glance_relations.py b/hooks/glance_relations.py
index a8ff1186..807c67ad 100755
--- a/hooks/glance_relations.py
+++ b/hooks/glance_relations.py
@@ -66,7 +66,7 @@ from charmhelpers.contrib.openstack.utils import (
 )
 from charmhelpers.contrib.storage.linux.ceph import (
     send_request_if_needed,
-    request_complete,
+    is_request_complete,
     ensure_ceph_keyring,
     CephBrokerRq,
     delete_keyring,