Просмотр исходного кода

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 лет назад
Родитель
Сommit
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: