commit | d93433dfb8c0c72d6f387fa937a899afb1f15110 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Jul 19 16:23:41 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Jul 19 16:23:41 2017 +0000 |
tree | c50d717981f5386c9008425f0eb2e87105de5e8b | |
parent | 4eed4b6ec6c3b30b908a90f1b4e6c5f585858ebf [diff] | |
parent | 04016a5dd117d1696221de1e32b9d2c389b795c8 [diff] |
Merge "List openSUSE 42.3 as a supported distro"
diff --git a/tools/image_list.sh b/tools/image_list.sh index 27b3d46..29b93ed 100755 --- a/tools/image_list.sh +++ b/tools/image_list.sh
@@ -36,7 +36,7 @@ # Sanity check - ensure we have a minimum number of images num=$(echo $ALL_IMAGES | tr ',' '\n' | sort | uniq | wc -l) -if [[ "$num" -lt 5 ]]; then +if [[ "$num" -lt 4 ]]; then echo "ERROR: We only found $num images in $ALL_IMAGES, which can't be right." exit 1 fi