Add Ubuntu yakkety to the namespace mapping.

This commit is contained in:
Matt Moore 2016-10-24 21:08:02 -07:00
parent 861cba0f49
commit 90cc8243ba

View File

@ -40,4 +40,5 @@ var UbuntuReleasesMapping = map[string]string{
"vivid": "15.04",
"wily": "15.10",
"xenial": "16.04",
"yakkety": "16.10",
}