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 0abe48fa03
commit 7e39d8be96

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.