diff --git a/image_creator/kamaki_wrapper.py b/image_creator/kamaki_wrapper.py index 36695266685b1667d231eda279ee8124e1a7bcd7..07df8d9c6ee10dd48a1aa352427e353d1db2674e 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()