Set proper image name for tempest

Commit [1] changed link to service image and its name.
But tempest config option is not updated and refers to
old nonexistent image name.
It leads to impossibility to create Nova VMs in scenario CI job.

[1] I391119cf08949974efc469b8669d5e4120170c0d

Change-Id: I912ecd61556e8a0ff3a82f7b70a47cbfcc490d22
Closes-Bug: #1555189
This commit is contained in:
Valeriy Ponomaryov 2016-03-09 17:57:17 +02:00
parent 77f48dae33
commit 2358f9137e
1 changed files with 1 additions and 0 deletions

View File

@ -665,6 +665,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
}