Merge "Enable V2 API as default"

This commit is contained in:
Jenkins 2016-05-13 10:50:34 +00:00 committed by Gerrit Code Review
commit 6dc25dfbcb
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@ cfg.CONF.register_opts([
help='The strategy to use for auth. Supports noauth or '
'keystone'),
cfg.BoolOpt('enable-api-v1', default=True),
cfg.BoolOpt('enable-api-v2', default=False),
cfg.BoolOpt('enable-api-v2', default=True),
cfg.BoolOpt('enable-api-admin', default=False),
cfg.IntOpt('max_header_line', default=16384,
help="Maximum line size of message headers to be accepted. "

View File

@ -356,7 +356,6 @@ debug = False
#periodic_sync_max_attempts = 3
#periodic_sync_retry_interval = 30
# The cache driver to use
#cache_driver = memcache