Comment 3 for bug 1360696

Revision history for this message
Harm Weites (harmw) wrote :

Digging a little further, back at 2014.2.b2:

This is what's inside ctxt:
"""
 'read_deleted': u'no',i
 'project_name': u'wts',
 'user_id': u'30f8cf93273345d1b7dc4e22da05536d',
 'roles': [u'admin', u'_member_'],
 'tenant_id': u'04826ef02a00466da6af5e70ddc67038',
 'request_id': u'req-652a0d29-5c04-452e-84d0-5de80dbeffef',
 'is_admin': True,
 'user': u'30f8cf9a273345d1b7dc4e22da05536d',
 'timestamp': u'2014-08-30 21:11:03.794764',
 'tenant_name': u'wts',
 'project_id': u'04826ef02a00466dcdaf5e70ddc67038',
 'user_name': u'master',
 'tenant': u'04826ef02a00466da4af9e70ddc67038'
"""
A number of these are indeed not in class DesignateContext()'s __init__(), so I'm wondering if this is something within Designate or simply my Icehouse setup thats not compatible.