diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-05-07 15:23:50 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-05-17 15:35:38 -0700 |
| commit | d3b2e0a1bedecce42c511acfa1230517084f78ef (patch) | |
| tree | 205d33e1894b1c0008d23b4894c755d99a0a6576 /doc | |
| parent | e0447e4529d190288af7229aa198fc97820154eb (diff) | |
Remove service_* from authtoken examples
Not used in new keystone
Change-Id: I08322b72225441354f37c9e7853e9bccb397c737
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/configuringservices.rst | 6 |
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 |
