Merge "Fix container format assignment to the right variable"

This commit is contained in:
Zuul 2020-09-25 18:44:24 +00:00 committed by Gerrit Code Review
commit ac9b3a44f3

View File

@ -195,7 +195,7 @@ class UploadGranceImageFixture(GlanceImageFixture):
super(UploadGranceImageFixture, self).__init__(**kwargs)
if container_format:
self.container_format = disk_format
self.container_format = container_format
tobiko.check_valid_type(self.container_format, str)
if disk_format: