Merge "conf: Deprecate 'ipv6_backend'"
This commit is contained in:
commit
b0857afc54
@ -21,6 +21,11 @@ IPV6_OPTS = [
|
|||||||
cfg.StrOpt('ipv6_backend',
|
cfg.StrOpt('ipv6_backend',
|
||||||
default='rfc2462',
|
default='rfc2462',
|
||||||
choices=('rfc2462', 'account_identifier'),
|
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="""
|
help="""
|
||||||
Abstracts out IPv6 address generation to pluggable backends.
|
Abstracts out IPv6 address generation to pluggable backends.
|
||||||
|
|
||||||
|
@ -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``
|
Loading…
Reference in New Issue
Block a user