From d3b2e0a1bedecce42c511acfa1230517084f78ef Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 7 May 2012 15:23:50 -0700 Subject: Remove service_* from authtoken examples Not used in new keystone Change-Id: I08322b72225441354f37c9e7853e9bccb397c737 --- doc/source/configuringservices.rst | 6 ------ 1 file changed, 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 -- cgit