summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-01-12 19:08:26 -0600
committerBrant Knudson <bknudson@us.ibm.com>2014-01-12 19:08:26 -0600
commit55b9948157cc9f9ee72abdc66444edc233eb0352 (patch)
treecbd18c3b6f25e62e9dd9bcd150dc0652f6a190a6
parent5a1a371b2ac424f86bae9ce5470be960ca0ffb14 (diff)
downloadkeystone-55b9948157cc9f9ee72abdc66444edc233eb0352.tar.gz
Fix sample config external default doc
The sample config file documented the incorrect default for the [auth].external value as defined in keystone.common.config. Change-Id: I6f9454f35eaade5fa35738a9ba3f74a388bf5099
-rw-r--r--etc/keystone.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
index 2a525f59a..3652b822b 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -469,7 +469,7 @@
[auth]
methods = external,password,token,oauth1
-#external = keystone.auth.plugins.external.ExternalDefault
+#external = keystone.auth.plugins.external.DefaultDomain
password = keystone.auth.plugins.password.Password
token = keystone.auth.plugins.token.Token
oauth1 = keystone.auth.plugins.oauth1.OAuth