diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-04-15 14:10:12 +0100 |
---|---|---|
committer | Pep Turro Mauri <pep@redhat.com> | 2014-06-26 22:19:07 +0200 |
commit | 533f3066ae49de80860dadb8787ef0bf0daaae2f (patch) | |
tree | 6d2d105b4192fb285d6780dc9dd65b59d3959878 | |
parent | 9bb14df0ec9fac73483f843b629c6b2fd6303e2c (diff) | |
download | sos-533f3066ae49de80860dadb8787ef0bf0daaae2f.tar.gz |
Remove bundler commands from OpenShift
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/openshift.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sos/plugins/openshift.py b/sos/plugins/openshift.py index a90702f1..7a255109 100644 --- a/sos/plugins/openshift.py +++ b/sos/plugins/openshift.py @@ -57,9 +57,7 @@ class Openshift(Plugin, RedHatPlugin): "mco ping", "oo-mco ping", ]) - runat = '/var/www/openshift/broker/' - self.add_cmd_output("bundle --local", runat) - + if self.is_node() self.add_copy_specs([ "/var/log/openshift/node", |