build all images for ambari in gate

Change-Id: I36b505b98f19b9eb870850c52d110b5ae74b4eaa
This commit is contained in:
Vitaly Gridnev 2016-06-27 13:10:45 +03:00
parent d2eeadb881
commit 9223cb9330
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ case "$PLUGIN" in
done
done
;;
# this case is needed until we use ambari version <= 2.1.1
"ambari")
tox -e venv -- sahara-image-create -x -u -p $PLUGIN -i "centos"
;;
*)
tox -e venv -- sahara-image-create -x -u -p $PLUGIN
;;