From 0014ab89e16f56d9f3481d7ded903600a82fdb03 Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Fri, 10 Jan 2014 11:49:02 +0200
Subject: [PATCH] Use CachedAstakosClient in kamaki wrapper

---
 image_creator/kamaki_wrapper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/image_creator/kamaki_wrapper.py b/image_creator/kamaki_wrapper.py
index 3669526..07df8d9 100644
--- a/image_creator/kamaki_wrapper.py
+++ b/image_creator/kamaki_wrapper.py
@@ -46,7 +46,7 @@ from kamaki.cli.config import Config
 from kamaki.clients import ClientError
 from kamaki.clients.image import ImageClient
 from kamaki.clients.pithos import PithosClient
-from kamaki.clients.astakos import AstakosClient
+from kamaki.clients.astakos import CachedAstakosClient as AstakosClient
 
 try:
     config = Config()
-- 
GitLab