Revision 07fcdb96 snf-pithos-backend/pithos/backends/modular.py

b/snf-pithos-backend/pithos/backends/modular.py
321 321
            return {}
322 322
        path, node = self._lookup_account(account, True)
323 323
        policy = self._get_policy(node)
324
        if self.using_external_quotaholder:
325
            policy['quota'] = external_quota.get('maxValue', 0)
324 326
        return policy
325 327

  
326 328
    @backend_method

Also available in: Unified diff