Add Ubuntu yakkety to the namespace mapping.

This commit is contained in:
Matt Moore 2016-10-24 21:08:02 -07:00 committed by Jimmy Zelinskie
parent ade5b2bb6b
commit df1b2a13c4

View File

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