puppet-horizon/releasenotes/notes/fix_missing_quotes_for_images_upload-bcd649d0311afe32.yaml
Matthew J. Black 625275af36 Fix missing HORIZON_IMAGES_UPLOAD_MODE
The value as of current is treated as an expression
by horizon and will cause horizon to fail. The value
must be encapsulated with quotes so it is treated as
a string.

Closes-Bug: #1946277
Change-Id: I7a900d75ddffae88760d5965a1f9ac2f4277624f
2021-10-07 08:13:08 +09:00

6 lines
175 B
YAML

---
fixes:
- |
Fix HORIZON_IMAGES_UPLOAD_MODE in template file because the value must be
encapsulated with quotes or it will be treated as an expression by horizon.