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:
Stephen Finucane 2016-11-07 12:07:58 +00:00
parent c5a76f97e6
commit 310562f52f
2 changed files with 12 additions and 0 deletions

View File

@ -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)

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The ``remap_vbd_dev`` option is deprecated and will be removed in a future
release.