We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed810a commit 94ce8f3Copy full SHA for 94ce8f3
container-images/tcib/base/os/tempest/run_tempest.sh
@@ -238,7 +238,7 @@ function upload_extra_images {
238
image_create_params+=(--container-format ${TEMPEST_EXTRA_IMAGES_CONTAINER_FORMAT[image_index]})
239
240
image_create_params+=(--public ${TEMPEST_EXTRA_IMAGES_NAME[image_index]})
241
- openstack image create ${image_create_params[@]}
+ openstack image create --import ${image_create_params[@]}
242
fi
243
244
if ! openstack flavor show ${TEMPEST_EXTRA_IMAGES_FLAVOR_NAME[image_index]}; then
0 commit comments