Adding generation of Storm 1.1.1

We are adding the newest version of Storm to image generation.

Change-Id: I3e8459edc6fa94675f5b8f4b8519f11f8f2e3436
This commit is contained in:
Telles Nobrega 2017-12-07 09:47:53 -03:00
parent 7880bf12fd
commit 589abcce31
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ usage() {
echo " [-v 2.7.1|5.5|5.7|5.9|5.11|2.2.0.0|2.2.1.0|2.4.2.0]"
echo " [-r 5.1.0|5.2.0]"
echo " [-s 1.3.1|1.6.0|2.1.0]"
echo " [-t 0.9.2|1.0.1|1.1.0]"
echo " [-t 0.9.2|1.0.1|1.1.0|1.1.1]"
echo " [-f qcow2|raw]"
echo " [-d]"
echo " [-u]"
@ -247,7 +247,7 @@ case "$PLUGIN" in
esac
case "$DIB_STORM_VERSION" in
"0.9.2" | "1.0.1" | "1.1.0");;
"0.9.2" | "1.0.1" | "1.1.0" | "1.1.1");;
"")
echo "Storm version not specified"
echo "Storm ${DIB_DEFAULT_STORM_VERSION} will be used"