c080f5a2af
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
7 lines
226 B
YAML
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.
|