diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-06-29 09:04:48 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-06-29 09:04:48 -0400 |
commit | 72419411023735c7a5159d409c90d852d614bda8 (patch) | |
tree | f1eef7bb3e693bf66f51231ae54ef6c8c4ffd01f /roles | |
parent | 0bd9aa5e06febf45030743d7322e66c850d0b290 (diff) | |
parent | c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c (diff) | |
download | openshift-72419411023735c7a5159d409c90d852d614bda8.tar.gz openshift-72419411023735c7a5159d409c90d852d614bda8.tar.bz2 openshift-72419411023735c7a5159d409c90d852d614bda8.tar.xz openshift-72419411023735c7a5159d409c90d852d614bda8.zip |
Merge pull request #292 from sdodson/oadm-switcheroo
Switch openshift ex router/registry to oadm
Diffstat (limited to 'roles')
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index 1b789ca89..ca5ea1da0 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -487,7 +487,7 @@ def get_current_config(facts): current_config['kubeconfig'] = config # override pylint broad-except warning, since we do not want - # to bubble up any exceptions if openshift ex config view + # to bubble up any exceptions if oc config view # fails # pylint: disable=broad-except except Exception: |