From: Nikos Skalkotos Date: Fri, 10 Jan 2014 09:49:02 +0000 (+0200) Subject: Use CachedAstakosClient in kamaki wrapper X-Git-Tag: 0.6.1~1^2 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/0014ab89e16f56d9f3481d7ded903600a82fdb03 Use CachedAstakosClient in kamaki wrapper --- 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()