Fix OS versions in metadata

Add Ubuntu 18.04 to metadata file

Change-Id: I9023b625be7cc588250e28e871fbed7bc9c51c57
This commit is contained in:
melissaml 2018-07-25 14:43:23 +08:00
parent 0656e9c141
commit ab7faed2db
1 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,8 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"16.04",
"18.04"
]
}
],
@ -58,4 +59,4 @@
"source": "git://github.com/openstack/puppet-openstack_extras.git",
"summary": "Puppet OpenStack Extras Module",
"version": "13.2.0"
}
}