From 577185db28154c5fc3cb0e5e7e83f6942285aa10 Mon Sep 17 00:00:00 2001 From: Florian Hines Date: Fri, 13 Jul 2012 17:48:37 -0500 Subject: Fix Dispersion report and swift-bench on saio We're still using saio:11000 in a few spots so a few things don't work out of the box on the saio. Fixes bug #1024561 Change-Id: I226de54c2785b0d0b681c8d0cc24260adbd3d663 --- bin/swift-bench | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/swift-bench b/bin/swift-bench index 3a1e1fe..120f2a5 100755 --- a/bin/swift-bench +++ b/bin/swift-bench @@ -50,7 +50,7 @@ CONF_DEFAULTS = { } SAIO_DEFAULTS = { - 'auth': 'http://saio:11000/v1.0', + 'auth': 'http://localhost:8080/auth/v1.0', 'user': 'test:tester', 'key': 'testing', } @@ -60,7 +60,7 @@ if __name__ == '__main__': usage += """\n\nConf file with SAIO defaults: [bench] - auth = http://saio:11000/v1.0 + auth = http://localhost:8080/v1.0 user = test:tester key = testing concurrency = 10 -- cgit v1.2.1