Merge "Change default auth type to keystone"
This commit is contained in:
commit
d820ef3ce1
@ -30,7 +30,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Method to use for auth: noauth or keystone. (string value)
|
# Method to use for auth: noauth or keystone. (string value)
|
||||||
#auth_strategy=noauth
|
#auth_strategy=keystone
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -25,7 +25,7 @@ from tuskar.api import renderers
|
|||||||
auth_opts = [
|
auth_opts = [
|
||||||
cfg.StrOpt(
|
cfg.StrOpt(
|
||||||
'auth_strategy',
|
'auth_strategy',
|
||||||
default='noauth',
|
default='keystone',
|
||||||
help='Method to use for auth: noauth or keystone.'),
|
help='Method to use for auth: noauth or keystone.'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user