소스 검색

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: