Merge "Use explicit version of image client in gates"
This commit is contained in:
commit
6e68699b8a
@ -38,7 +38,7 @@ function sahara_register_fake_plugin_image {
|
|||||||
props+=" --property _sahara_tag_fake=True"
|
props+=" --property _sahara_tag_fake=True"
|
||||||
props+=" --property _sahara_username=$SAHARA_FAKE_PLUGIN_IMAGE_USERNAME"
|
props+=" --property _sahara_username=$SAHARA_FAKE_PLUGIN_IMAGE_USERNAME"
|
||||||
|
|
||||||
openstack --os-url $GLANCE_SERVICE_PROTOCOL://$GLANCE_HOSTPORT image set \
|
openstack --os-url $GLANCE_SERVICE_PROTOCOL://$GLANCE_HOSTPORT --os-image-api-version 1 image set \
|
||||||
$SAHARA_FAKE_PLUGIN_IMAGE_NAME $props
|
$SAHARA_FAKE_PLUGIN_IMAGE_NAME $props
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user