Merge "conf: Deprecate 'ipv6_backend'"

This commit is contained in:
Jenkins 2017-03-03 16:20:56 +00:00 committed by Gerrit Code Review
commit b0857afc54
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``