Set default identity driver to sql (bug 934332)

Change-Id: Ibc5502f0feb2bcc9583ccd1aa9bf9bd94fef43ca
This commit is contained in:
Dolph Mathews 2012-03-02 11:26:29 -06:00
parent 6621c79b06
commit 5c7f3cff8d
2 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,7 @@ pool_timeout = 200
#suffix = cn=example,cn=com
[identity]
driver = keystone.identity.backends.kvs.Identity
driver = keystone.identity.backends.sql.Identity
[catalog]
driver = keystone.catalog.backends.templated.TemplatedCatalog

View File

@ -1,5 +1,8 @@
[DEFAULT]
crypt_strength = 10
[identity]
driver = keystone.identity.backends.kvs.Identity
[catalog]
template_file = default_catalog.templates