cinder/releasenotes/notes/add-backup-swift-container-storage-policy-8d4a268ed61b9fe2.yaml
Tobias Urdin b292238405 Add backup_swift_create_storage_policy config opt
This configuration option is used by the Swift backup
driver to select the storage policy to use when creating
the container used to store backups.

It defaults to None meaning the default behavior is
preserved.

Change-Id: I0a4a9d4e099c7d4a1d209be28ade5a517aeb96df
2021-06-28 07:37:06 +00:00

9 lines
472 B
YAML

---
features:
- |
Swift backup driver: Added new configuration option ``backup_swift_create_storage_policy``
for the Swift backup driver. If specified it will be used as the storage policy when
creating the Swift Container, default value is None meaning it will not be used and Swift
will use the system default. Please note that this only applies if a container doesn't exist
as we cannot update the storage policy on an already existing container.