keystone/tests/test_overrides.conf
Johannes Erdfelt 3b6d0eec9d Switch to 1000 rounds during unit tests
Fixes bug 992918

passlib 1.6 introduced a minimum number of rounds for sha512_crypt. As
a result, increase the rounds used during testing to the minimum

Change-Id: Ic0c635e92b4f13180a047904a6efa490ab599012
2012-05-01 22:34:36 +00:00

10 lines
208 B
Plaintext

[DEFAULT]
crypt_strength = 1000
[identity]
driver = keystone.identity.backends.kvs.Identity
[catalog]
driver = keystone.catalog.backends.templated.TemplatedCatalog
template_file = default_catalog.templates