Merge "Enable V2 API as default"
This commit is contained in:
commit
6dc25dfbcb
@ -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. "
|
||||
|
@ -356,7 +356,6 @@ debug = False
|
||||
#periodic_sync_max_attempts = 3
|
||||
#periodic_sync_retry_interval = 30
|
||||
|
||||
|
||||
# The cache driver to use
|
||||
#cache_driver = memcache
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user