13f2704c8e
This patch enables the swift upload for big files (+5GB) in TripleO. Also, adds support to the undercloud backup CLI to upload big backups to swift. Change-Id: I80163c8df15377dd3b5a44b5439a23223d8cccee Depends-On: Iff73833f1d470750862873f70a4a9aaba50bd164 Closes-Bug: 1761412
13 lines
488 B
YAML
13 lines
488 B
YAML
---
|
|
features:
|
|
- |
|
|
Allow uploading files bigger than 5GB to swift.
|
|
Currently we have support for uploading files
|
|
to swift using the swift client class, this class
|
|
does not allow to upload files bigger than 5GB.
|
|
This change enables the upload of files bigger than
|
|
5GB by using the swift service class and adjusting
|
|
the headers to allow this operations. This new helper
|
|
will be used for the Undercloud backup, to be able to
|
|
store files bigger than 5GB.
|