openstacksdk/releasenotes/notes/fix-image-task-ae79502dd5c7ecba.yaml
Monty Taylor c080f5a2af
Don't pass disk_format or container_format to image task upload
In task upload we update the image properties after importing the image.
Attempting to set disk_format/container_format at that point is not the
right choice in life.

Depends-On: https://review.openstack.org/613438
Change-Id: I3b086e83514a71cea0bb4119d75c48c153099141
2018-10-26 08:18:44 -05:00

7 lines
226 B
YAML

---
fixes:
- |
Fixed a regression in image upload when the cloud uses the task
upload method. A refactor led to attempting to update the disk_format
and container_format values after the image had been imported.