From: Nikos Skalkotos Date: Fri, 10 Jan 2014 10:03:19 +0000 (+0200) Subject: Merge branch 'hotfix-0.6.1' X-Git-Tag: 0.6.1~1 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/280a0e5c36ad51bcf140e5edf94b23572c82ff52?hp=94db968f473a997d2b29b225c08aa803910b9eab Merge branch 'hotfix-0.6.1' --- 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() diff --git a/version b/version index 5a2a580..ee6cdce 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6 +0.6.1