diff --git a/doc/source/overview_auth.rst b/doc/source/overview_auth.rst index 44456a879c..ee0f3fb85d 100644 --- a/doc/source/overview_auth.rst +++ b/doc/source/overview_auth.rst @@ -88,7 +88,7 @@ and add auth_token and keystoneauth in your add the configuration for the authtoken middleware:: [filter:authtoken] - paste.filter_factory = keystone.middleware.auth_token:filter_factory + paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory auth_host = keystonehost auth_port = 35357 auth_protocol = http diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample index 9c941db13b..0ad57ff5e2 100644 --- a/etc/proxy-server.conf-sample +++ b/etc/proxy-server.conf-sample @@ -144,7 +144,7 @@ user_test_tester3 = testing3 # there you can change it to: authtoken keystone # # [filter:authtoken] -# paste.filter_factory = keystone.middleware.auth_token:filter_factory +# paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory # auth_host = keystonehost # auth_port = 35357 # auth_protocol = http