Merge "deprecate fping_path config option"

This commit is contained in:
Zuul 2018-03-23 14:21:26 +00:00 committed by Gerrit Code Review
commit e90d8d7490

View File

@ -301,6 +301,13 @@ fping_path_opts = [
cfg.StrOpt("fping_path",
default="/usr/sbin/fping",
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.")
]