diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-06-23 17:23:05 -0500 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-06-23 17:24:35 -0500 |
commit | c299b9f199cedadf4a102ea9aaa4e33e9de6b301 (patch) | |
tree | 86bacda53187763cf05e28fa71b289fa709f9f01 /roles/openshift_facts | |
parent | 3d19aa3e7d49cfcc19b8e3d4f997cc1ef5b83767 (diff) | |
download | openshift-c299b9f199cedadf4a102ea9aaa4e33e9de6b301.tar.gz openshift-c299b9f199cedadf4a102ea9aaa4e33e9de6b301.tar.bz2 openshift-c299b9f199cedadf4a102ea9aaa4e33e9de6b301.tar.xz openshift-c299b9f199cedadf4a102ea9aaa4e33e9de6b301.zip |
Picking change from sdodson
Diffstat (limited to 'roles/openshift_facts')
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index 8acb166d6..663423061 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -536,6 +536,7 @@ def set_node_schedulability(facts): facts['node']['schedulable'] = True return facts + # pylint: disable=too-many-branches def set_selectors(facts): """ Set selectors facts if not already present in facts dict |