Files
puppet-glance/releasenotes/notes/file-backend-opts-24feb56451524847.yaml
Takashi Kajinami aaa352a3af Support more file backend parameters
This change improves coverage of the file backend parameters. Because
the filesystem_store_datadirs parameter is MultiStrOpt, support for
MultiStrOpt is also introduced to the glance_cache_config resource
type.

Change-Id: I5785605bf4224c0f189fd7700d5a9b05def058e8
2022-02-13 01:28:44 +09:00

12 lines
365 B
YAML

---
features:
- |
The ``glance::backend::multistore::file`` resource type now supports
the following parameters, to configure the same parameter for file backend.
- ``filesystem_store_datadirs``
- ``filesystem_store_metadata_file``
- ``filesystem_store_file_perm``
- ``filesystem_store_chunk_size``
- ``filesystem_thin_provisioning``