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
This commit is contained in:
Florian Hines 2012-07-13 17:48:37 -05:00
parent aafb98212a
commit 577185db28
1 changed files with 2 additions and 2 deletions

View File

@ -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