Support puppet 4.8 and latest for libraries unit test

Change-Id: If7542eeadc953d6c92a0ed7eb35e413486a8fa52
Depends-On: https://review.openstack.org/#/c/556773/
This commit is contained in:
zhongshengping 2018-03-23 07:48:28 +00:00 committed by ZhongShengping
parent edd2a60976
commit 10f16913f6
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
source $SCRIPT_DIR/functions
if [ "4.8" != "latest" ]; then
export PUPPET_GEM_VERSION='~> 4.8.0'
fi
prepare_environment