Here's a patch to force this failure to occur on Queens:
From 9ef61915093d8892f1d4e750c64a0d043acb8a7d Mon Sep 17 00:00:00 2001
From: Corey Bryant <email address hidden>
Date: Tue, 12 Mar 2019 17:07:04 -0400
Subject: [PATCH] First list_users() to fail due to id=None on Queens
Here's a patch to force this failure to occur on Queens:
From 9ef61915093d889 2f1d4e750c64a0d 043acb8a7d Mon Sep 17 00:00:00 2001
From: Corey Bryant <email address hidden>
Date: Tue, 12 Mar 2019 17:07:04 -0400
Subject: [PATCH] First list_users() to fail due to id=None on Queens
Change-Id: I5516817d053d4c e542f6ed0f1d406 dccfaad420c identity/ controllers. py | 1 +
---
keystone/
1 file changed, 1 insertion(+)
diff --git a/keystone/ identity/ controllers. py b/keystone/ identity/ controllers. py .b63b02731 100644 identity/ controllers. py identity/ controllers. py controller. V3Controller) : identity_ api.list_ users(
domain_ scope=domain, hints=hints wrap_collection (request. context_ dict, refs, hints=hints)
index da0f1aecb.
--- a/keystone/
+++ b/keystone/
@@ -70,6 +70,7 @@ class UserV3(
refs = PROVIDERS.
)
+ refs[0]['id'] = None
return UserV3.
@controlle r.filterprotect ed('domain_ id', 'enabled', 'name',
--
2.20.1