Revision 9d8737a2

b/kamaki/cli/commands/image.py
309 309
        #user = AstakosClient(self.config.get('user', 'url'), atoken)
310 310
        #return user.term('uuid')
311 311
        if getattr(self, 'auth_base', False):
312
            return self.auth_base.term('uuid', atoken)
312
            return self.auth_base.term('id', atoken)
313 313
        else:
314 314
            astakos_url = self.config.get('astakos', 'url')
315 315
            if not astakos_url:
b/kamaki/cli/config.py
84 84
        'type': 'compute',
85 85
        'version': 'v2.0'
86 86
        },
87
    'plankton': {
87
    'image': {
88 88
        'type': 'image',
89
        'version': 'v1.0'
89
        'version': ''
90 90
    },
91 91
    'astakos': {
92 92
        'type': 'identity',

Also available in: Unified diff