Update git submodules

* Update cinder from branch 'master'
  to 5c620c6232f8444c1a55424363149920a8f67699
  - Merge "[goal] Deprecate the JSON formatted policy file"
  - [goal] Deprecate the JSON formatted policy file
    
    As per the community goal of migrating the policy file
    format from JSON to YAML[1], we need to do two things:
    
    1. Change the default value of '[oslo_policy] policy_file''
    config option from 'policy.json' to 'policy.yaml' with
    upgrade checks.
    
    2. Deprecate the JSON formatted policy file on project side
    via warning in doc and format releasenotes.
    
    1st item if already done by cinder in Stein so this commit
    only cover the 2nd item.
    
    Since oslo.policy 3.6.0, by default oslo policy will
    fallback to existing policy.json file to give operator some
    time to migrate it to new default policy.yaml. But cinder
    already changed the default value to policy.yaml long back
    since Stein so no need to fallback to default JSON file. To
    do that it disable this fallback via flag to oslo.policy.
    
    Also convert the tests/unit/policy.json to policy.yaml file.
    
    Additionally, made some corrections to outdated documentation
    when removing references to a "policy.json" file.
    
    [1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html
    
    Co-Authored-By: Brian Rosmaita <rosmaita.fossdev@gmail.com>
    
    Change-Id: Iaf8a454e60d1e4b66981b61175f89203cc15e439
This commit is contained in:
Zuul 2020-12-16 21:24:39 +00:00 committed by Gerrit Code Review
parent b9e2630545
commit b8610b31b8

2
cinder

@ -1 +1 @@
Subproject commit 09cd26b0c58dc992a83f4ac37312d512fd783291
Subproject commit 5c620c6232f8444c1a55424363149920a8f67699