Merge pull request #724 from frodenas/google_ubuntu_images

provider/google: Add Ubuntu images
This commit is contained in:
Armon Dadgar 2015-01-05 11:27:07 -08:00
commit 150da4720f
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.