shade/releasenotes/notes/less-file-hashing-d2497337da5acbef.yaml
Monty Taylor f5c37ffcd4
Only generate checksums if neither is given
A single checksum is sufficient for unique checking if given by the
user. If the user gives no checksums, then we might as well do both
since we're doing it in one pass.

Change-Id: Ic589d5771b6f54e6f03d4612b8e7c5a4be6bbc36
2016-11-10 11:33:47 -06:00

6 lines
178 B
YAML

---
upgrade:
- shade will now only generate file hashes for glance
images if both hashes are empty. If only one is given,
the other will be treated as an empty string.