Browse Source

Merge pull request #4211 from dmsimard/github_teams

Merged by openshift-bot
OpenShift Bot 8 năm trước cách đây
mục cha
commit
89669ff28e

+ 2 - 1
roles/openshift_master_facts/filter_plugins/openshift_master.py

@@ -468,7 +468,8 @@ class GitHubIdentityProvider(IdentityProviderOauthBase):
     """
     def __init__(self, api_version, idp):
         IdentityProviderOauthBase.__init__(self, api_version, idp)
-        self._optional += [['organizations']]
+        self._optional += [['organizations'],
+                           ['teams']]
 
 
 class FilterModule(object):