summaryrefslogtreecommitdiff
path: root/ironic_python_agent/config.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-27 12:05:11 +0000
committerGerrit Code Review <review@openstack.org>2023-04-27 12:05:11 +0000
commit3cd8c294fbad24b9cfd1d0b7ae5aeaf5629f5168 (patch)
tree985652fcc2dcad2401b54a155ac841744607aeb3 /ironic_python_agent/config.py
parent33e3bae28bc2ff0412ca66e6b7145365ed4ffaf2 (diff)
parent3e05a03f7c04d59cc5b6aa6bb5633431a1beb2a0 (diff)
downloadironic-python-agent-3cd8c294fbad24b9cfd1d0b7ae5aeaf5629f5168.tar.gz
Merge "Deprecate LLDP in inventory in favour of a new collector"
Diffstat (limited to 'ironic_python_agent/config.py')
-rw-r--r--ironic_python_agent/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ironic_python_agent/config.py b/ironic_python_agent/config.py
index 9251a3e3..056cab85 100644
--- a/ironic_python_agent/config.py
+++ b/ironic_python_agent/config.py
@@ -149,7 +149,9 @@ cli_opts = [
help='Whether IPA should attempt to receive LLDP packets for '
'each network interface it discovers in the inventory. '
'Can be supplied as "ipa-collect-lldp" '
- 'kernel parameter.'),
+ 'kernel parameter.',
+ deprecated_for_removal=True,
+ deprecated_reason="Use the lldp collector instead"),
cfg.StrOpt('inspection_callback_url',
default=APARAMS.get('ipa-inspection-callback-url'),