From fc0902d230db573efb404246ad9f99a9082f0e5e Mon Sep 17 00:00:00 2001 From: Ferran Rodenas Date: Wed, 31 Dec 2014 03:13:49 -0800 Subject: [PATCH] provider/google: Add Ubuntu images Ubuntu images are now GA, so add them to the list of available public images --- builtin/providers/google/image.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/google/image.go b/builtin/providers/google/image.go index 7b19b415a..48fff5402 100644 --- a/builtin/providers/google/image.go +++ b/builtin/providers/google/image.go @@ -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.