325001045c
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 |
||
---|---|---|
.. | ||
blockstorage-accelerate-image-compression.rst | ||
blockstorage-api-throughput.rst | ||
blockstorage-availability-zone-type.rst | ||
blockstorage-backup-disks.rst | ||
blockstorage-basic-volume-qos.rst | ||
blockstorage-boot-from-volume.rst | ||
blockstorage-capacity-based-qos.rst | ||
blockstorage-consistency-groups.rst | ||
blockstorage-driver-filter-weighing.rst | ||
blockstorage-get-capabilities.rst | ||
blockstorage-groups.rst | ||
blockstorage-image-volume-cache.rst | ||
blockstorage-lio-iscsi-support.rst | ||
blockstorage-manage-volumes.rst | ||
blockstorage-multi-backend.rst | ||
blockstorage-nfs-backend.rst | ||
blockstorage-over-subscription.rst | ||
blockstorage-ratelimit-volume-copy-bandwidth.rst | ||
blockstorage-troubleshoot.rst | ||
blockstorage-volume-backed-image.rst | ||
blockstorage-volume-backups-export-import.rst | ||
blockstorage-volume-backups.rst | ||
blockstorage-volume-migration.rst | ||
blockstorage-volume-multiattach.rst | ||
blockstorage-volume-number-weigher.rst | ||
generalized_filters.rst | ||
index.rst | ||
README.rst | ||
ts-cinder-config.rst | ||
ts-duplicate-3par-host.rst | ||
ts-failed-attach-vol-after-detach.rst | ||
ts-failed-attach-vol-no-sysfsutils.rst | ||
ts-failed-connect-vol-FC-SAN.rst | ||
ts-HTTP-bad-req-in-cinder-vol-log.rst | ||
ts-multipath-warn.rst | ||
ts-no-emulator-x86-64.rst | ||
ts-non-existent-host.rst | ||
ts-non-existent-vlun.rst |
Cinder Administration Documentation (source/admin)
Introduction:
This directory is intended to hold any documentation that relates to how to run or operate Cinder. Previously, this content was in the admin-guide section of openstack-manuals.
The full spec for organization of documentation may be seen in the OS Manuals Migration Spec <https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>.