From 5f72a8db4a9c31d0139b523e6b5a4e0c966294bc Mon Sep 17 00:00:00 2001 From: Florian Hines Date: Fri, 13 Jul 2012 17:48:37 -0500 Subject: [PATCH] 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 ++-- doc/source/admin_guide.rst | 2 +- etc/dispersion.conf-sample | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/swift-bench b/bin/swift-bench index 3a1e1fed5c..120f2a5a54 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 diff --git a/doc/source/admin_guide.rst b/doc/source/admin_guide.rst index 5bc68babc7..8c64b52228 100644 --- a/doc/source/admin_guide.rst +++ b/doc/source/admin_guide.rst @@ -180,7 +180,7 @@ swift-dispersion-populate and swift-dispersion-report use the same configuration file, /etc/swift/dispersion.conf. Example conf file:: [dispersion] - auth_url = http://saio:11000/auth/v1.0 + auth_url = http://localhost:8080/auth/v1.0 auth_user = test:tester auth_key = testing diff --git a/etc/dispersion.conf-sample b/etc/dispersion.conf-sample index f153b6e2f5..79ceac6542 100644 --- a/etc/dispersion.conf-sample +++ b/etc/dispersion.conf-sample @@ -1,5 +1,5 @@ [dispersion] -auth_url = http://saio:8080/auth/v1.0 +auth_url = http://localhost:8080/auth/v1.0 auth_user = test:tester auth_key = testing # auth_url = http://saio:5000/v2.0/