Update git submodules

* Update oslo.policy from branch 'master'
  to 9bc1783400f9960b7132bf631c690a98fbfc8066
  - Don't raise InvalidScope exception when do_raise=False
    
    In the Enforcer.enforce() method there is boolean parameter do_raise.
    When it is set to False, enforce() method should return True/False as an
    enforcement result and not raise exception. It works like that with
    PolicyNotAuthorized exception but since some time this method can also
    raise InvalidScope exception and in such case behaviour was different.
    
    This patch changes that behaviour so InvalidScope exception will also
    not be raised when do_raise=False.
    
    Closes-bug: #1965315
    Change-Id: I37fd682ffa9d6f4c69698e1be42adac28bbfe72a
This commit is contained in:
Slawek Kaplonski 2022-03-25 12:45:48 +01:00 committed by Gerrit Code Review
parent 9655835028
commit ecb10694be
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9eef147fc334b254974b634b4411cbb8875a8c5a
Subproject commit 9bc1783400f9960b7132bf631c690a98fbfc8066