Merge "Disable API v1 by default"
This commit is contained in:
commit
2e54156328
@ -84,7 +84,7 @@ global_opts = [
|
||||
'value (None) is supplied here, the glanceclient default '
|
||||
'value is used.'),
|
||||
cfg.BoolOpt('enable_v1_api',
|
||||
default=True,
|
||||
default=False,
|
||||
deprecated_for_removal=True,
|
||||
help="DEPRECATED: Deploy v1 of the Cinder API."),
|
||||
cfg.BoolOpt('enable_v2_api',
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- The v1 API was deprecated in the Juno release and is
|
||||
now defaulted to disabled. In order to still use the
|
||||
v1 API, you must now set ``enable_v1_api`` to ``True``
|
||||
in your cinder.conf file.
|
Loading…
Reference in New Issue
Block a user