Remove deprecated 'pybasedir' config option
'pybasedir' was deprecated four years ago and now it's safe to be removed. Change-Id: Ie4e7d339103ec946ec2a011ad795db4511a7f388
This commit is contained in:
parent
93b4b27dcc
commit
b8a553dfed
@ -39,7 +39,6 @@ logging.register_options(CONF)
|
||||
core_opts = [
|
||||
cfg.StrOpt('state_path',
|
||||
default='/var/lib/cinder',
|
||||
deprecated_name='pybasedir',
|
||||
help="Top-level directory for maintaining cinder's state"), ]
|
||||
|
||||
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