puppet-glance/releasenotes/notes/add_swift_store_large_object_chunk_size_parameter-98f34404c5a61843.yaml
Arnaud Morin 2ce1ddfd83 Add swift_store_large_object_chunk_size parameter
Add a new parameter to swift backend to let user set the chunk size when
glance will start chunking the images before uploading.

Change-Id: I9984bdb416ec9d874345b410557ef42c360232fb
Signed-off-by: Arnaud Morin <arnaud.morin@corp.ovh.com>
2017-10-18 17:03:19 +02:00

9 lines
369 B
YAML

---
features:
- Add new option glance::backend::swift::swift_store_large_object_chunk_size
The swift_store_large_object_chunk_size is to be used in conjunction with
swift_store_large_object_size.
While swift_store_large_object_size is the trigger for glance to start
chunking images, swift_store_large_object_chunk_size is the size of the
chunks.