b292238405
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
9 lines
472 B
YAML
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.
|