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

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)
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.