Fix checking transient cluster in stable/kilo

Now we have 1 mako file for all releases, but in stable/kilo
using vanilla 2.6.0

Change-Id: Iab664926ff6755eaa016481f8dfc21b99505e0e1
This commit is contained in:
Evgeny Sikachev 2016-02-01 17:11:51 +03:00
parent addf6dd9db
commit ac7591781c

View File

@ -51,11 +51,10 @@ case $plugin in
# transient is using image with latest vanilla version
if [ "$ZUUL_BRANCH" == "stable/kilo" ]; then
image_name=vanilla_2.6.0_u14
template_image_prefix="vanilla_two_six"
else
image_name=vanilla_2.7.1_u14
template_image_prefix="vanilla_two_seven_one"
fi
fi
template_image_prefix="vanilla_two_seven_one"
sahara_plugin=vanilla
concurrency=3
mode=distribute