diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-11 11:52:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 11:52:42 -0400 |
commit | 7b5cc97271ae834b9f2e64ec2b17f4ea3208017f (patch) | |
tree | 7917fefb2a817c3f5446c8c6f8d489526651ee1c /roles/openshift_facts/library | |
parent | c38f63cc4a7e8cf2942e5bc83ee92fbea7aa59fe (diff) | |
parent | bb1d5f45255d60a88a3220ea7e7b724a073465b1 (diff) | |
download | openshift-7b5cc97271ae834b9f2e64ec2b17f4ea3208017f.tar.gz openshift-7b5cc97271ae834b9f2e64ec2b17f4ea3208017f.tar.bz2 openshift-7b5cc97271ae834b9f2e64ec2b17f4ea3208017f.tar.xz openshift-7b5cc97271ae834b9f2e64ec2b17f4ea3208017f.zip |
Merge pull request #5716 from mgugino-upstream-stage/fix-debug_level
Fix broken debug_level
Diffstat (limited to 'roles/openshift_facts/library')
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index 215ff4b72..ba1d8f29d 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -1907,7 +1907,6 @@ class OpenShiftFacts(object): portal_net='172.30.0.0/16', client_binary='oc', admin_binary='oadm', dns_domain='cluster.local', - debug_level=2, config_base='/etc/origin') if 'master' in roles: |