Merge pull request #724 from frodenas/google_ubuntu_images
provider/google: Add Ubuntu images
This commit is contained in:
commit
150da4720f
|
@ -24,6 +24,7 @@ func readImage(c *Config, name string) (*compute.Image, error) {
|
||||||
"opensuse": "opensuse-cloud",
|
"opensuse": "opensuse-cloud",
|
||||||
"rhel": "rhel-cloud",
|
"rhel": "rhel-cloud",
|
||||||
"sles": "suse-cloud",
|
"sles": "suse-cloud",
|
||||||
|
"ubuntu": "ubuntu-os-cloud",
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we match a lookup for an alternate project, then try that next.
|
// If we match a lookup for an alternate project, then try that next.
|
||||||
|
|
Loading…
Reference in New Issue