Merge "Using Keystone's new port number 35357."

This commit is contained in:
Jenkins 2011-11-11 18:17:19 +00:00 committed by Gerrit Code Review
commit cc4e83bc89
3 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ pieces of middleware exist. Here is an example for ``authtoken``::
service_host = 127.0.0.1
service_port = 5000
auth_host = 127.0.0.1
auth_port = 5001
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1:5000/
admin_token = 999888777666

View File

@ -224,7 +224,7 @@ service_protocol = http
service_host = 127.0.0.1
service_port = 5000
auth_host = 127.0.0.1
auth_port = 5001
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1:5000/
admin_token = 999888777666

View File

@ -69,7 +69,7 @@ service_protocol = http
service_host = 127.0.0.1
service_port = 5000
auth_host = 127.0.0.1
auth_port = 5001
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1:5000/
admin_token = 999888777666