Revision 819311d3 kamaki/cli/commands/image.py

b/kamaki/cli/commands/image.py
315 315
            if not astakos_url:
316 316
                raise CLIBaseUrlError(service='astakos')
317 317
            user = AstakosClient(astakos_url, atoken)
318
            return user.term('uuid')
318
            return user.term('id')
319 319

  
320 320
    def _get_pithos_client(self, container):
321 321
        if self['no_metafile_upload']:

Also available in: Unified diff