1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #3065 from erjohnso/gce_moar_images

[google|compute] added centos, opensuse images
This commit is contained in:
Nat Welch 2014-07-20 13:43:20 +01:00
commit ab10da313c

View file

@ -12,8 +12,10 @@ module Fog
# https://developers.google.com/compute/docs/premium-operating-systems
GLOBAL_PROJECTS = [
'centos-cloud',
'coreos-cloud',
'debian-cloud',
'google-containers',
'opensuse-cloud',
'rhel-cloud',
'suse-cloud'
]