Merge "Set proper image name for tempest"

This commit is contained in:
Jenkins 2016-03-10 07:59:58 +00:00 committed by Gerrit Code Review
commit cdab09b822

@ -671,6 +671,7 @@ function update_tempest {
if [ $(trueorfalse False MANILA_USE_SERVICE_INSTANCE_PASSWORD) == True ]; then
iniset $TEMPEST_DIR/etc/tempest.conf share image_password $MANILA_SERVICE_INSTANCE_PASSWORD
fi
iniset $TEMPEST_DIR/etc/tempest.conf share image_with_share_tools $MANILA_SERVICE_IMAGE_NAME
fi
}