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:
Clint Byrum
2014-04-23 11:46:43 -07:00
committed by Joe Gordon
parent b99998eb99
commit e856ec7d29
2 changed files with 2 additions and 1 deletions

View File

@@ -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,