Revision b8098f77 snf-pithos-backend/pithos/backends/modular.py

b/snf-pithos-backend/pithos/backends/modular.py
1291 1291

  
1292 1292
        serial = self.quotaholder.issue_commission(
1293 1293
                context     =   {},
1294
                target      =   user.uuid,
1294
                target      =   account,
1295 1295
                key         =   '1',
1296 1296
                clientkey   =   'pithos',
1297 1297
                ownerkey    =   '',
1298
                        name        =   details['path'] if 'path' in details else '',
1298
                name        =   details['path'] if 'path' in details else '',
1299 1299
                provisions  =   (('pithos+', 'pithos+.diskspace', size),)
1300 1300
        )
1301 1301
        self.serials.append(serial)

Also available in: Unified diff