Merge "deprecate fping_path config option"
This commit is contained in:
commit
9273b08202
@ -301,6 +301,13 @@ fping_path_opts = [
|
|||||||
cfg.StrOpt("fping_path",
|
cfg.StrOpt("fping_path",
|
||||||
default="/usr/sbin/fping",
|
default="/usr/sbin/fping",
|
||||||
deprecated_group="DEFAULT",
|
deprecated_group="DEFAULT",
|
||||||
|
deprecated_for_removal=True,
|
||||||
|
deprecated_since="18.0.0",
|
||||||
|
deprecated_reason="""
|
||||||
|
This option only used in /os-fping API and the API itself was deprecated
|
||||||
|
at version 2.36 (Newton release), also, the API itself is based on nova-network
|
||||||
|
and nova-network is deprecated as well.
|
||||||
|
""",
|
||||||
help="The full path to the fping binary.")
|
help="The full path to the fping binary.")
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
The ``fping_path`` configuration option has been deprecated.
|
||||||
|
/os-fping is used by nova-network and nova-network itself is
|
||||||
|
deprecated and will be removed in the future.
|
Loading…
x
Reference in New Issue
Block a user