Skip to content

Commit ca08676

Browse files
Merge pull request #176 from konan-abhi/use-import
Use Import workflow to create images
2 parents 2ed810a + 94ce8f3 commit ca08676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-images/tcib/base/os/tempest/run_tempest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function upload_extra_images {
238238
image_create_params+=(--container-format ${TEMPEST_EXTRA_IMAGES_CONTAINER_FORMAT[image_index]})
239239

240240
image_create_params+=(--public ${TEMPEST_EXTRA_IMAGES_NAME[image_index]})
241-
openstack image create ${image_create_params[@]}
241+
openstack image create --import ${image_create_params[@]}
242242
fi
243243

244244
if ! openstack flavor show ${TEMPEST_EXTRA_IMAGES_FLAVOR_NAME[image_index]}; then

0 commit comments

Comments
 (0)