Merge "Remove deprecated 'pybasedir' config option"
This commit is contained in:
commit
004bc27046
@ -39,7 +39,6 @@ logging.register_options(CONF)
|
|||||||
core_opts = [
|
core_opts = [
|
||||||
cfg.StrOpt('state_path',
|
cfg.StrOpt('state_path',
|
||||||
default='/var/lib/cinder',
|
default='/var/lib/cinder',
|
||||||
deprecated_name='pybasedir',
|
|
||||||
help="Top-level directory for maintaining cinder's state"), ]
|
help="Top-level directory for maintaining cinder's state"), ]
|
||||||
|
|
||||||
CONF.register_cli_opts(core_opts)
|
CONF.register_cli_opts(core_opts)
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The old deprecated ``pybasedir`` option has been removed.
|
||||||
|
Use the ``state_path`` instead.
|
Loading…
Reference in New Issue
Block a user