Changed default cluster url to point to new default proxy port of 8080,

and set auth default port back to 11000
This commit is contained in:
Chuck Thier
2010-08-24 14:08:16 +00:00
parent 0e881304ae
commit 459e1e95bb
3 changed files with 3 additions and 4 deletions

View File

@@ -21,5 +21,4 @@ from swift.common.wsgi import run_wsgi
if __name__ == '__main__':
if len(sys.argv) != 2:
sys.exit("Usage: %s CONFIG_FILE" % sys.argv[0])
run_wsgi(sys.argv[1], 'auth-server', default_port=8080)
run_wsgi(sys.argv[1], 'auth-server', default_port=11000)