From: Thanh Ha Date: Wed, 11 Jul 2018 16:59:26 +0000 (-0400) Subject: Revert "Print out OS Cloud Plugin version" X-Git-Tag: v0.22.0~8 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F11730%2F1;hp=8f930852bc197279a3904c59dc315928d269c7bb;p=releng%2Fglobal-jjb.git Revert "Print out OS Cloud Plugin version" This reverts commit dfb2c6ca52a4c885e42d6c2252706bd824c75068. Change-Id: If217ac6caf7b33c54e61d3a090c1062c666e63b9 Signed-off-by: Thanh Ha --- 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),"