Skip to content
Snippets Groups Projects
Commit 0014ab89 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Use CachedAstakosClient in kamaki wrapper

parent 610554e8
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ from kamaki.cli.config import Config ...@@ -46,7 +46,7 @@ from kamaki.cli.config import Config
from kamaki.clients import ClientError from kamaki.clients import ClientError
from kamaki.clients.image import ImageClient from kamaki.clients.image import ImageClient
from kamaki.clients.pithos import PithosClient from kamaki.clients.pithos import PithosClient
from kamaki.clients.astakos import AstakosClient from kamaki.clients.astakos import CachedAstakosClient as AstakosClient
try: try:
config = Config() config = Config()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment