Versions in this module Expand all Collapse all v1 v1.3.0 Feb 14, 2023 Changes in this version + const ImportImageURL + func CreateEmptyImage(t *testing.T, client *gophercloud.ServiceClient) (*images.Image, error) + func CreateTask(t *testing.T, client *gophercloud.ServiceClient, imageURL string) (*tasks.Task, error) + func DeleteImage(t *testing.T, client *gophercloud.ServiceClient, image *images.Image) + func DeleteImageFile(t *testing.T, filepath string) + func DownloadImageFileFromURL(t *testing.T, url, filepath string) error + func GetImportInfo(t *testing.T, client *gophercloud.ServiceClient) (*imageimport.ImportInfo, error) + func ImportImage(t *testing.T, client *gophercloud.ServiceClient, imageID string) error + func StageImage(t *testing.T, client *gophercloud.ServiceClient, filepath, imageID string) error