Merge "Fix OS versions in metadata"

This commit is contained in:
Zuul 2018-07-25 20:43:22 +00:00 committed by Gerrit Code Review
commit 64259dcce5
1 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,8 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"16.04",
"18.04"
]
}
],
@ -70,4 +71,4 @@
"version_requirement": ">=0.0.1 <2.0.0"
}
]
}
}