provider/google: Add Ubuntu images

Ubuntu images are now GA, so add them to the list of available public images
This commit is contained in:
Ferran Rodenas 2014-12-31 03:13:49 -08:00
parent f61b7af815
commit fc0902d230
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ func readImage(c *Config, name string) (*compute.Image, error) {
"opensuse": "opensuse-cloud",
"rhel": "rhel-cloud",
"sles": "suse-cloud",
"ubuntu": "ubuntu-os-cloud",
}
// If we match a lookup for an alternate project, then try that next.