Merge "Change default auth type to keystone"

This commit is contained in:
Jenkins 2015-06-22 08:41:53 +00:00 committed by Gerrit Code Review
commit d820ef3ce1
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#
# Method to use for auth: noauth or keystone. (string value)
#auth_strategy=noauth
#auth_strategy=keystone
#

View File

@ -25,7 +25,7 @@ from tuskar.api import renderers
auth_opts = [
cfg.StrOpt(
'auth_strategy',
default='noauth',
default='keystone',
help='Method to use for auth: noauth or keystone.'),
]