Comment 10 for bug 1460492

Revision history for this message
Anh Huynh (anhx-huynh) wrote :

[14:16] <anhhuynx> jamielennox: so Jamie, I was looking at: https://github.com/openstack/keystone/blob/master/keystone/credential/controllers.py#L84-L90
[14:17] <anhhuynx> jamielennox: Do you think that by adding @controller.filterprotected('type') I would be going down the right path?
[14:25] <+jamielennox> anhhuynx: that would be the first step and make keystone actually accept the type flag
[14:25] <+jamielennox> anhhuynx: i think you would need to modify the driver hints as well and the DB call so that when you query the database you do so based on that type
[14:26] <+jamielennox> anhhuynx: but yes - you're in the right place