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:
parent
addf6dd9db
commit
ac7591781c
@ -51,11 +51,10 @@ case $plugin in
|
|||||||
# transient is using image with latest vanilla version
|
# transient is using image with latest vanilla version
|
||||||
if [ "$ZUUL_BRANCH" == "stable/kilo" ]; then
|
if [ "$ZUUL_BRANCH" == "stable/kilo" ]; then
|
||||||
image_name=vanilla_2.6.0_u14
|
image_name=vanilla_2.6.0_u14
|
||||||
template_image_prefix="vanilla_two_six"
|
|
||||||
else
|
else
|
||||||
image_name=vanilla_2.7.1_u14
|
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
|
sahara_plugin=vanilla
|
||||||
concurrency=3
|
concurrency=3
|
||||||
mode=distribute
|
mode=distribute
|
||||||
|
Loading…
Reference in New Issue
Block a user