Merge "Cleanup sample config"

This commit is contained in:
Jenkins 2014-02-12 19:38:25 +00:00 committed by Gerrit Code Review
commit 92ce4a1542
2 changed files with 14 additions and 7 deletions

View File

@ -493,11 +493,10 @@
# user_additional_attribute_mapping =
[auth]
methods = external,password,token,oauth1
#external = keystone.auth.plugins.external.DefaultDomain
password = keystone.auth.plugins.password.Password
token = keystone.auth.plugins.token.Token
oauth1 = keystone.auth.plugins.oauth1.OAuth
# methods = external,password,token
# external = keystone.auth.plugins.external.DefaultDomain
# password = keystone.auth.plugins.password.Password
# token = keystone.auth.plugins.token.Token
[memcache]
# servers = localhost:11211
@ -512,5 +511,6 @@ oauth1 = keystone.auth.plugins.oauth1.OAuth
# default_lock_timeout = 5
[paste_deploy]
# Name of the paste configuration file that defines the available pipelines
config_file = keystone-paste.ini
# Name of the paste configuration file, typically `keystone-paste.ini`, that
# defines the available pipelines
# config_file =

View File

@ -27,3 +27,10 @@ ca_certs = examples/pki/certs/cacert.pem
[kvs]
backends = keystone.tests.test_kvs.KVSBackendForcedKeyMangleFixture, keystone.tests.test_kvs.KVSBackendFixture
[auth]
methods = external,password,token,oauth1
oauth1 = keystone.auth.plugins.oauth1.OAuth
[paste_deploy]
config_file = keystone-paste.ini