conf: Deprecate 'remap_vbd_dev' option
This is required for a decrepit version of Ubuntu. Just remove it. Change-Id: Ica2c08fc00abb70d6ff7955bfe2b9a66e725f437 Implements: bp centralize-config-options-ocata
This commit is contained in:
parent
c5a76f97e6
commit
310562f52f
@ -438,6 +438,13 @@ volume provider then the value from this option is taken.
|
||||
# when we pull support for it, we should remove this
|
||||
cfg.BoolOpt('remap_vbd_dev',
|
||||
default=False,
|
||||
deprecated_for_removal=True,
|
||||
deprecated_since='15.0.0',
|
||||
deprecated_reason="""
|
||||
This option provided a workaround for issues in Ubuntu Maverick, which
|
||||
was released in April 2010 and was dropped from support in April 2012.
|
||||
There's no reason to continue supporting this option.
|
||||
""",
|
||||
help="""
|
||||
Used to enable the remapping of VBD dev.
|
||||
(Works around an issue in Ubuntu Maverick)
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``remap_vbd_dev`` option is deprecated and will be removed in a future
|
||||
release.
|
Loading…
Reference in New Issue
Block a user