conf: Deprecate 'ipv6_backend'

This is a nova-net option and can go bye bye when nova-net does.

Change-Id: If2f20cc359b5bb2a411a82df3a442212837a17d8
Implements: blueprint centralize-config-options-pike
This commit is contained in:
Stephen Finucane 2017-02-07 15:24:46 +00:00
parent 7b5c3ac11d
commit 5d434c4f72
2 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,11 @@ IPV6_OPTS = [
cfg.StrOpt('ipv6_backend',
default='rfc2462',
choices=('rfc2462', 'account_identifier'),
deprecated_for_removal=True,
deprecated_since='16.0.0',
deprecated_reason="""
nova-network is deprecated, as are any related configuration options.
""",
help="""
Abstracts out IPv6 address generation to pluggable backends.

View File

@ -0,0 +1,7 @@
---
deprecations:
- |
The following options, found in ``DEFAULT``, were only used for configuring
nova-network and are, like nova-network itself, now deprecated.
- ``ipv6_backend``