Revision a4f3b17c snf-pithos-app/pithos/api/functions.py

b/snf-pithos-app/pithos/api/functions.py
63 63
)
64 64

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

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

Also available in: Unified diff