summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-05-18 16:15:36 +0000
committerGerrit Code Review <review@openstack.org>2012-05-18 16:15:36 +0000
commit5eaaddfbc5a9526f0254fd32ea25a6e80b8f629f (patch)
tree9d218da4c3587cf0d865566735a09f4905d62aee
parentf0523763df74cd95c001b01e3c1774a1ea6e2051 (diff)
parentd3b2e0a1bedecce42c511acfa1230517084f78ef (diff)
downloadkeystone-5eaaddfbc5a9526f0254fd32ea25a6e80b8f629f.tar.gz
keystone-5eaaddfbc5a9526f0254fd32ea25a6e80b8f629f.tar.xz
keystone-5eaaddfbc5a9526f0254fd32ea25a6e80b8f629f.zip
Merge "Remove service_* from authtoken examples"
-rw-r--r--doc/source/configuringservices.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/source/configuringservices.rst b/doc/source/configuringservices.rst
index 55f386db..04f068cc 100644
--- a/doc/source/configuringservices.rst
+++ b/doc/source/configuringservices.rst
@@ -204,8 +204,6 @@ rather than its built in 'tempauth'.
# Delaying the auth decision is required to support token-less
# usage for anonymous referrers ('.r:*').
delay_auth_decision = 1
- service_port = 5000
- service_host = 127.0.0.1
auth_port = 35357
auth_host = 127.0.0.1
auth_token = ADMIN
@@ -285,8 +283,6 @@ S3 api.
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
- service_port = 5000
- service_host = 127.0.0.1
auth_port = 35357
auth_host = 127.0.0.1
auth_protocol = http
@@ -326,8 +322,6 @@ Here is an example paste config filter that makes use of the 'admin_user' and
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
- service_port = 5000
- service_host = 127.0.0.1
auth_port = 35357
auth_host = 127.0.0.1
auth_token = 012345SECRET99TOKEN012345