From a5759266f8f13cd807b63db0b6d89a67a7f74e4b Mon Sep 17 00:00:00 2001 From: zhouhaibing089 Date: Fri, 25 Mar 2016 11:32:57 +0800 Subject: [PATCH] fix the keystone package location --- docs/admin/authentication.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index e59ba6fee5..5a1848ad99 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -59,7 +59,7 @@ with a value of `Basic BASE64ENCODED(USER:PASSWORD)`. **Keystone authentication** is enabled by passing the `--experimental-keystone-url=` option to the apiserver during startup. The plugin is implemented in -`plugin/pkg/auth/authenticator/request/keystone/keystone.go`. +`plugin/pkg/auth/authenticator/password/keystone/keystone.go`. For details on how to use keystone to manage projects and users, refer to the [Keystone documentation](http://docs.openstack.org/developer/keystone/). Please note that this plugin is still experimental which means it is subject to changes. @@ -131,5 +131,3 @@ into apiserver start parameters. 1. View the certificate. `openssl x509 -noout -text -in ./server.crt` Finally, do not forget fill the same parameters and add parameters into apiserver start parameters. - -