From 308235ce32c0e40e34d5d1d29f5af871c9cbc82e Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 22 Apr 2019 02:15:05 +0000 Subject: [PATCH] Update git submodules * Update keystone from branch 'master' - Merge "Replace dict.iteritems() with dict.items() in keystone" - Replace dict.iteritems() with dict.items() in keystone 1.As mentioned in [1], we should avoid using dict.iteritems to achieve iterators. We can use dict.items instead, as it will return iterators in PY3 as well. And dict.items will more readable. 2.In py2, the performance about list should be negligible, see the link [2]. [1] https://wiki.openstack.org/wiki/Python3#Common_patterns [2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Change-Id: I7363b807f2f8ce7da09403985939583966e000de --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index fdd6d835bc..35abbad5ac 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit fdd6d835bc5e22f97ff309c94e1dbe6b68ca2647 +Subproject commit 35abbad5ac58eb4d0498b84c77854ee737886960