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:
commit
ab10da313c
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue