mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[google|compute] Remove RHEL from Global Project list
This commit is contained in:
parent
579aa0b696
commit
7f7665ad80
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ module Fog
|
|||
GLOBAL_PROJECTS = [ 'google',
|
||||
'debian-cloud',
|
||||
'centos-cloud',
|
||||
'rhel-cloud',
|
||||
# RHEL removed from this list because not everyone has access to it.
|
||||
# 'rhel-cloud',
|
||||
]
|
||||
|
||||
def all
|
||||
|
|
Loading…
Reference in a new issue