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:
948b602
)
Print out OS Cloud Plugin version
03/11703/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 9 Jul 2018 23:09:12 +0000
(19:09 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 9 Jul 2018 23:09:12 +0000
(19:09 -0400)
Change-Id: I974667afb03f5aa4a00c4098ce93ca96c4a388ec
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
336c721
..
4469106
100644
(file)
--- a/
shell/jenkins-configure-clouds.sh
+++ b/
shell/jenkins-configure-clouds.sh
@@
-169,6
+169,7
@@
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),"