)]}'
{"openstack_dashboard/dashboards/identity/projects/views.py":[{"author":{"_account_id":1941,"name":"Lin Hua Cheng","email":"os.lcheng@gmail.com","username":"lin-hua-cheng"},"change_message_id":"f86104ad3a48a6c3fe543d21aab13c501b2afe07","unresolved":false,"context_lines":[{"line_number":111,"context_line":""},{"line_number":112,"context_line":"        if api.keystone.VERSIONS.active \u003e\u003d 3:"},{"line_number":113,"context_line":"            domain_lookup \u003d api.keystone.domain_lookup(self.request)"},{"line_number":114,"context_line":"            if domain_lookup:"},{"line_number":115,"context_line":"                for t in tenants:"},{"line_number":116,"context_line":"                    t.domain_name \u003d domain_lookup.get(t.domain_id)"},{"line_number":117,"context_line":"        return tenants"}],"source_content_type":"text/x-python","patch_set":1,"id":"9abb7d3a_1cb698f8","line":114,"updated":"2016-06-01 19:35:59.000000000","message":"thought about this more, should we fix the policy check in https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/keystone.py#L216  to also check if the user has domain token.\n\nThat way, domain_lookup will always have a value, which would be the default domain","commit_id":"a3f8538ce77b247d7f284f0e9a90fc2fd6eb5c43"},{"author":{"_account_id":9048,"name":"Ryan Peters","email":"rjpeter2@gmail.com","username":"rjpeter2"},"change_message_id":"0430fef62c820786509d29b78d93461318829429","unresolved":false,"context_lines":[{"line_number":111,"context_line":""},{"line_number":112,"context_line":"        if api.keystone.VERSIONS.active \u003e\u003d 3:"},{"line_number":113,"context_line":"            domain_lookup \u003d api.keystone.domain_lookup(self.request)"},{"line_number":114,"context_line":"            if domain_lookup:"},{"line_number":115,"context_line":"                for t in tenants:"},{"line_number":116,"context_line":"                    t.domain_name \u003d domain_lookup.get(t.domain_id)"},{"line_number":117,"context_line":"        return tenants"}],"source_content_type":"text/x-python","patch_set":1,"id":"9abb7d3a_21d371d6","line":114,"in_reply_to":"9abb7d3a_1cb698f8","updated":"2016-06-01 22:15:30.000000000","message":"I added a check for the domain_token with the policy check instead of this if statement.","commit_id":"a3f8538ce77b247d7f284f0e9a90fc2fd6eb5c43"}]}
