Merge "Fix OS versions in metadata"

This commit is contained in:
Zuul 2018-07-23 02:07:18 +00:00 committed by Gerrit Code Review
commit b550cba1dc

@ -60,7 +60,8 @@
{ {
"operatingsystem": "Ubuntu", "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "operatingsystemrelease": [
"16.04" "16.04",
"18.04"
] ]
} }
], ],