Browse Source

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 years ago
parent
commit
81e67f71d7
1 changed files with 1 additions and 1 deletions
  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
         self._public_images = None
 
 
     _PUBLIC_IMAGE_PROJECTS = ['centos-cloud', 'coreos-cloud', 'debian-cloud',
     _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):
     def _retrieve_public_images(self):
         if self._public_images is not None:
         if self._public_images is not None: