)]}'
{"heat_integrationtests/functional/test_keystone_user_with_domain.py":[{"author":{"_account_id":4257,"name":"Zane Bitter","email":"zbitter@redhat.com","username":"zaneb"},"change_message_id":"bdae0d2c80dbf788cbf654e1b2a8625808c52510","unresolved":false,"context_lines":[{"line_number":170,"context_line":"        self.assertEqual(user_name, user_name)"},{"line_number":171,"context_line":"        users \u003d self.keystone_client.users.list()"},{"line_number":172,"context_line":"        projects \u003d self.keystone_client.projects.list()"},{"line_number":173,"context_line":"        user_id \u003d [x for x in users if x.name \u003d\u003d user_name][0].id"},{"line_number":174,"context_line":"        project_id \u003d [x for x in projects if x.name \u003d\u003d project_name][0].id"},{"line_number":175,"context_line":"        self.assertIsNotNone("},{"line_number":176,"context_line":"            self.keystone_client.role_assignments.list("}],"source_content_type":"text/x-python","patch_set":1,"id":"9f560f44_8b970b3b","line":173,"updated":"2020-09-02 20:32:46.000000000","message":"Why not just do users.get()?","commit_id":"6d78a31a7590b9be093e0e9aa9b4fd7119f51a36"},{"author":{"_account_id":4257,"name":"Zane Bitter","email":"zbitter@redhat.com","username":"zaneb"},"change_message_id":"bdae0d2c80dbf788cbf654e1b2a8625808c52510","unresolved":false,"context_lines":[{"line_number":176,"context_line":"            self.keystone_client.role_assignments.list("},{"line_number":177,"context_line":"                user\u003duser_id, project\u003dproject_id))"},{"line_number":178,"context_line":""},{"line_number":179,"context_line":"        # Disable domain so stack can be deleted"},{"line_number":180,"context_line":"        self.update_stack("},{"line_number":181,"context_line":"            stack_identifier\u003dstack_identifier_create_user,"},{"line_number":182,"context_line":"            template\u003ddisable_domain,"}],"source_content_type":"text/x-python","patch_set":1,"id":"9f560f44_2bb99fca","line":179,"updated":"2020-09-02 20:32:46.000000000","message":"Sounds like this should technically be in a finally: block, although in the real world it will probably never matter.","commit_id":"6d78a31a7590b9be093e0e9aa9b4fd7119f51a36"}]}
