瀏覽代碼

Include cos-cloud project images on GCE into the public ones

For more on the cos-cloud images, see https://cloud.google.com/container-optimized-os/
Enis Afgan 7 年之前
父節點
當前提交
81e67f71d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cloudbridge/cloud/providers/gce/services.py

+ 1 - 1
cloudbridge/cloud/providers/gce/services.py

@@ -279,7 +279,7 @@ class GCEImageService(BaseImageService):
         self._public_images = None
 
     _PUBLIC_IMAGE_PROJECTS = ['centos-cloud', 'coreos-cloud', 'debian-cloud',
-                              'opensuse-cloud', 'ubuntu-os-cloud']
+                              'opensuse-cloud', 'ubuntu-os-cloud', 'cos-cloud']
 
     def _retrieve_public_images(self):
         if self._public_images is not None: