Преглед изворни кода

Merge pull request #4211 from dmsimard/github_teams

Merged by openshift-bot
OpenShift Bot пре 7 година
родитељ
комит
89669ff28e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      roles/openshift_master_facts/filter_plugins/openshift_master.py

+ 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):