You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/04/25 20:17:22 UTC

[libcloud] branch trunk updated: add latest ubuntu image families to gce

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7f03029  add latest ubuntu image families to gce
     new fcab0d5  Merge pull request #1449 from XN137/gce-add-latest-ubuntu-image-families
7f03029 is described below

commit 7f0302914cb10c85392ceada3540abc82e3992c0
Author: Christopher Lambert <Ch...@Datastax.com>
AuthorDate: Sat Apr 25 13:17:04 2020 +0200

    add latest ubuntu image families to gce
---
 libcloud/compute/drivers/gce.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index f83d241..996ff3b 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -1800,6 +1800,7 @@ class GCENodeDriver(NodeDriver):
         "userinfo-email": "userinfo.email"
     }
 
+    # data taken from https://cloud.google.com/compute/docs/images
     IMAGE_PROJECTS = {
         "centos-cloud": [
             "centos-6",
@@ -1846,6 +1847,10 @@ class GCENodeDriver(NodeDriver):
             "ubuntu-minimal-1810",
             "ubuntu-1904",
             "ubuntu-minimal-1904",
+            "ubuntu-1910",
+            "ubuntu-minimal-1910",
+            "ubuntu-2004-lts",
+            "ubuntu-minimal-2004-lts",
         ],
         "windows-cloud": [
             "windows-1709-core-for-containers", "windows-1709-core",