Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
f24819ad
Commit
f24819ad
authored
Oct 14, 2013
by
Stavros Sachtouris
Browse files
Fix authenticate to return endpoints (bw com.)
parent
cabc72ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.Upgrade
View file @
f24819ad
This document describes changes and steps to upgrade from kamaki 0.10 to
kamaki 0.11
This document describes changes and steps to upgrade from kamaki 0.11 to
kamaki 0.12
1. Method post_user_catalogs in kamaki.clients.astakos is going to be
deprecated at version 0.13. It must be replaced with individual calls to
uuids2usernames and/or usernames2uuids. bw compatibility is kept for verison
0.12
kamaki/clients/astakos/__init__.py
View file @
f24819ad
...
...
@@ -76,6 +76,7 @@ class AstakosClient(Client):
self
.
_astakos
[
uuid
]
=
astakos
self
.
_uuids2usernames
[
token
]
=
dict
()
self
.
_usernames2uuids
[
token
]
=
dict
()
return
self
.
_cache
[
uuid
]
def
get_token
(
self
,
uuid
):
return
self
.
_cache
[
uuid
][
'access'
][
'token'
][
'id'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment