Update git submodules

* Update keystone from branch 'master'
  - Merge "Replace UUID with id_generator for Federated users"
  - Replace UUID with id_generator for Federated users
    
    The LDAP code has long had a swappable backend to generate
    the user IDs that map from LDAP to SQL.  THe Federated code
    was supposed to use the same mechanism, but it ended up
    generating a UUID for the userid instead.  This is a backwards
    compatible change that converts the Federated UserIDs to a
    sha256 hash of the same 3 pieces of data that LDAP now uses:
    the domain_id, the unique ID from the Federated backend, and
    the entity type (User).
    
    This code is tested via
    tox -e py35 -- keystone.tests.unit.test_shadow_users
    
    Longer IDs show up in some of the Federation tests
    
    closes-bug: 1641639
    
    Change-Id: Ica21c54c1fcc9b44e4935718c8903237d0857120
This commit is contained in:
Zuul 2019-04-06 21:01:52 +00:00 committed by Gerrit Code Review
parent e61b98300a
commit 0c6d18fba7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5053f149ee9e42fc5afe22e482e1a8b3a1fb1c36
Subproject commit 4d42e48ba24ceca0932b5b743680de5e1155c5f8