Merge "Improve keystone.conf [credential] documentation"

This commit is contained in:
Jenkins 2016-06-30 14:46:26 +00:00 committed by Gerrit Code Review
commit b93c13edd0
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ driver = cfg.StrOpt(
'driver',
default='sql',
help=utils.fmt("""
Entrypoint for the credential backend driver in the keystone.credential
namespace.
Entry point for the credential backend driver in the `keystone.credential`
namespace. Keystone only provides a `sql` driver, so there's no reason to
change this unless you are providing a custom entry point.
"""))