Skip to content

Commit

Permalink
Fix Dispersion report and swift-bench on saio
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Florian Hines committed Jul 13, 2012
1 parent 0ab4f2a commit 5f72a8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/swift-bench
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/admin_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion etc/dispersion.conf-sample
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 5f72a8d

Please sign in to comment.