X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjenkins-configure-clouds.sh;h=336c7210bd7b6f71e20dce7b24a5184e18b69005;hb=refs%2Fchanges%2F30%2F11730%2F1;hp=4469106c0342df7d3d85d30f3dee7810319e2456;hpb=dfb2c6ca52a4c885e42d6c2252706bd824c75068;p=releng%2Fglobal-jjb.git 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),"