From 00c63a2333388cc9a557bb84decce4dc0782cb83 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 11 Jul 2018 12:59:26 -0400 Subject: [PATCH] Revert "Print out OS Cloud Plugin version" This reverts commit dfb2c6ca52a4c885e42d6c2252706bd824c75068. Change-Id: If217ac6caf7b33c54e61d3a090c1062c666e63b9 Signed-off-by: Thanh Ha --- shell/jenkins-configure-clouds.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/jenkins-configure-clouds.sh b/shell/jenkins-configure-clouds.sh index 4469106c..336c7210 100644 --- a/shell/jenkins-configure-clouds.sh +++ b/shell/jenkins-configure-clouds.sh @@ -169,7 +169,6 @@ get_minion_options() { OS_PLUGIN_VER="$(lftools jenkins plugins list \ | grep -i 'OpenStack Cloud Plugin' | awk -F':' '{print $2}')" - echo "OpenStack Cloud Plugin version: $OS_PLUGIN_VER" if version_ge "$OS_PLUGIN_VER" "2.35"; then if [ ! -z "$volume_size" ]; then echo " new BootSource.VolumeFromImage(\"$image_name\", $volume_size)," -- 2.16.6