Merge "Fix OS versions in metadata"

This commit is contained in:
Zuul 2018-07-24 20:32:38 +00:00 committed by Gerrit Code Review
commit dcea0fabd6

View File

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