Set default auth_strategy to keystone
It doesn't make much sense to default to no authentication in production. We should always have production ready defaults. DocImpact Changing default config option. Change-Id: Ife63dc7ab680fcf0588d95c98fc9f29901485c64
This commit is contained in:
@@ -34,7 +34,7 @@ auth_opts = [
|
||||
'This option is only used by v2 api. Rate limiting '
|
||||
'is removed from v3 api.')),
|
||||
cfg.StrOpt('auth_strategy',
|
||||
default='noauth',
|
||||
default='keystone',
|
||||
help='The strategy to use for auth: noauth or keystone.'),
|
||||
cfg.BoolOpt('use_forwarded_for',
|
||||
default=False,
|
||||
|
Reference in New Issue
Block a user