Update git submodules

* Update keystone from branch 'master'
  to a3fc9e7c3845387644f0661a6c6c0fd316b6c9ee
  - Merge "Properly instantiate FernetUtils"
  - Properly instantiate FernetUtils
    
    The FernetUtils object had kwargs for the key_repository,
    max_active_keys, and the config_group. The credential API uses an
    instance of the FernetUtils object to encrypt and decrypt credentials,
    but the object wasn't instantiated with the config_group set. This
    resulted in an error message like:
    
      Either [None] key_repository does...
    
    When the credential key repository wasn't configured. We should be
    setting the config_group so that we provide a more useful error
    message instead of a random `None`.
    
    All of the arguments are now made mandatory, since this is how
    they are called in all but this one place.
    Co-Authored-By: Grzegorz Grasza <xek@redhat.com>
    Change-Id: Ia32cc12121ee243a003e5eb2fc832cc6a33ef499
This commit is contained in:
Zuul 2022-02-17 18:15:41 +00:00 committed by Gerrit Code Review
parent 2f60a19055
commit 6a4515f155
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 86afaa7b1dbde21010c9c61ec0188a9356e14753
Subproject commit a3fc9e7c3845387644f0661a6c6c0fd316b6c9ee