puppet-horizon/releasenotes/notes/add-b3d6015cc987a835.yaml
Mathias Fechner 04854bf34b Added Parameter horizon_upload_mode
Adds a new Puppet parameter "horizon_upload_mode" which goes into
the local_settings.py configuration file and allows to change
the parameter "HORIZON_IMAGES_UPLOAD_MODE"
to one of "legacy", "off" or "direct" (default is "legacy").

Change-Id: I2e36227d318dd74267ad23f14595481b379cbbd6
Closes-Bug: 1738814
2017-12-20 15:07:08 +01:00

7 lines
167 B
YAML

---
features:
- Add the config option "HORIZON_IMAGES_UPLOAD_MODE".
now it is possible in puppet to configure the option
with "off", "legacy" and "direct".