summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway.scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/com.gluster.storage.management.gateway.scripts')
-rw-r--r--src/com.gluster.storage.management.gateway.scripts/src/common/Globals.pycbin4718 -> 0 bytes
-rw-r--r--src/com.gluster.storage.management.gateway.scripts/src/common/Protocol.pycbin16852 -> 0 bytes
-rw-r--r--src/com.gluster.storage.management.gateway.scripts/src/common/Utils.pycbin37088 -> 0 bytes
-rwxr-xr-xsrc/com.gluster.storage.management.gateway.scripts/src/gateway/grun.py2
4 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.gateway.scripts/src/common/Globals.pyc b/src/com.gluster.storage.management.gateway.scripts/src/common/Globals.pyc
deleted file mode 100644
index 49f58157..00000000
--- a/src/com.gluster.storage.management.gateway.scripts/src/common/Globals.pyc
+++ /dev/null
Binary files differ
diff --git a/src/com.gluster.storage.management.gateway.scripts/src/common/Protocol.pyc b/src/com.gluster.storage.management.gateway.scripts/src/common/Protocol.pyc
deleted file mode 100644
index 3b0da181..00000000
--- a/src/com.gluster.storage.management.gateway.scripts/src/common/Protocol.pyc
+++ /dev/null
Binary files differ
diff --git a/src/com.gluster.storage.management.gateway.scripts/src/common/Utils.pyc b/src/com.gluster.storage.management.gateway.scripts/src/common/Utils.pyc
deleted file mode 100644
index 501aa2ee..00000000
--- a/src/com.gluster.storage.management.gateway.scripts/src/common/Utils.pyc
+++ /dev/null
Binary files differ
diff --git a/src/com.gluster.storage.management.gateway.scripts/src/gateway/grun.py b/src/com.gluster.storage.management.gateway.scripts/src/gateway/grun.py
index f2e2d944..ac91d0c8 100755
--- a/src/com.gluster.storage.management.gateway.scripts/src/gateway/grun.py
+++ b/src/com.gluster.storage.management.gateway.scripts/src/gateway/grun.py
@@ -15,7 +15,7 @@ import Utils
def main():
- sshCommandPrefix = "ssh -q -i /opt/glustermg/keys/gluster.pem -o BatchMode=yes -o GSSAPIAuthentication=no -o PasswordAuthentication=no -o StrictHostKeyChecking=no".split()
+ sshCommandPrefix = "ssh -l root -q -i /opt/glustermg/keys/gluster.pem -o BatchMode=yes -o GSSAPIAuthentication=no -o PasswordAuthentication=no -o StrictHostKeyChecking=no".split()
if len(sys.argv) < 3:
sys.stderr.write("usage: %s SERVER_FILE COMMAND [ARGUMENTS]\n" % os.path.basename(sys.argv[0]))