Merge "Use explicit version of image client in gates"

This commit is contained in:
Jenkins 2015-09-24 18:49:52 +00:00 committed by Gerrit Code Review
commit 6e68699b8a

View File

@ -38,7 +38,7 @@ function sahara_register_fake_plugin_image {
props+=" --property _sahara_tag_fake=True"
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
}