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
This commit is contained in:
Zuul 2019-04-22 02:15:05 +00:00 committed by Gerrit Code Review
parent 3a117df521
commit 308235ce32
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fdd6d835bc5e22f97ff309c94e1dbe6b68ca2647
Subproject commit 35abbad5ac58eb4d0498b84c77854ee737886960