Files
tobiko/releasenotes/notes
Eduardo Olivares 22503c28a2 image_file parameter not supported anymore
Despite the image_file parameter not being configurable anymore,
image_file is still an internal attribute from the UrlGlanceImageFixture
class, which depends on the configurable image_url parameter,
whose value could be either an http(s):// URL or a file:// URL.

Hence, local stored images can still be used by setting image_url to
something like this: file:///tmp/images/myimage.qcow2

Change-Id: Iee77359037ecab4536ea3e904a7d659fbf2aa7b0
2025-01-08 11:16:42 +01:00
..