Revision 8df4fae6 snf-pithos-app/pithos/api/functions.py

b/snf-pithos-app/pithos/api/functions.py
61 61
)
62 62

  
63 63
from pithos.api.settings import (UPDATE_MD5, TRANSLATE_UUIDS,
64
                                 SERVICE_TOKEN, AUTHENTICATION_URL,
65
                                 AUTHENTICATION_USERS)
64
                                 SERVICE_TOKEN, AUTHENTICATION_URL)
66 65

  
67 66
from pithos.backends.base import (
68 67
    NotAllowedError, QuotaError, ContainerNotEmpty, ItemNotExists,
......
81 80
        uuids = _get_uuids(SERVICE_TOKEN, names,
82 81
                           url=AUTHENTICATION_URL.replace(
83 82
                                            'im/authenticate',
84
                                            'service/api/user_catalogs'),
85
                           override_users=AUTHENTICATION_USERS)
83
                                            'service/api/user_catalogs'))
86 84
    except Exception, e:
87 85
        logger.exception(e)
88 86
        return {}

Also available in: Unified diff