Revision f24819ad

b/README.Upgrade
1
This document describes changes and steps to upgrade from kamaki 0.10 to
2
kamaki 0.11
1
This document describes changes and steps to upgrade from kamaki 0.11 to
2
kamaki 0.12
3

  
4
1. Method post_user_catalogs in kamaki.clients.astakos is going to be
5
deprecated at version 0.13. It must be replaced with individual calls to
6
uuids2usernames and/or usernames2uuids. bw compatibility is kept for verison
7
0.12
3 8

  
b/kamaki/clients/astakos/__init__.py
76 76
        self._astakos[uuid] = astakos
77 77
        self._uuids2usernames[token] = dict()
78 78
        self._usernames2uuids[token] = dict()
79
        return self._cache[uuid]
79 80

  
80 81
    def get_token(self, uuid):
81 82
        return self._cache[uuid]['access']['token']['id']

Also available in: Unified diff