Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8f93085
)
Revert "Print out OS Cloud Plugin version"
30/11730/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Wed, 11 Jul 2018 16:59:26 +0000
(12:59 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Wed, 11 Jul 2018 16:59:30 +0000
(12:59 -0400)
This reverts commit
dfb2c6ca52a4c885e42d6c2252706bd824c75068
.
Change-Id: If217ac6caf7b33c54e61d3a090c1062c666e63b9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/jenkins-configure-clouds.sh
patch
|
blob
|
history
diff --git
a/shell/jenkins-configure-clouds.sh
b/shell/jenkins-configure-clouds.sh
index
4469106
..
336c721
100644
(file)
--- 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),"