Update git submodules

* Update nova from branch 'master'
  - Merge "Pass the actual target in quota class policy"
  - Pass the actual target in quota class policy
    
    Currently if target is not passed in context.can(),
    it use defauls target which is context.user_id, context.project_id.
    These defaults target are not useful as it pass the
    context's user_id and project_id only which means we tell
    oslo policy to verify the context data with context data.
    
    This commit pass the actual target for quota class policies
    which is empty dict because policy rule is system scoped rather
    than project, so the token scope check deals with the required
    target checking.
    
    Partial implement blueprint policy-defaults-refresh
    
    Change-Id: I37a78180cfc67515e5a6485b91d541ec269904f5
This commit is contained in:
Zuul 2020-04-23 01:28:44 +00:00 committed by Gerrit Code Review
parent 5afb3396dd
commit 019e49a5af
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit 58aaffade9f78c5fdc6b0d26ec26b70908b7a6aa
Subproject commit e264b58c7ecbef7bbf136398aa62db34be3053b4