summaryrefslogtreecommitdiff
path: root/releasenotes/notes/lldp-raw-a09174cb930bca97.yaml
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 /releasenotes/notes/lldp-raw-a09174cb930bca97.yaml
parent33e3bae28bc2ff0412ca66e6b7145365ed4ffaf2 (diff)
parent3e05a03f7c04d59cc5b6aa6bb5633431a1beb2a0 (diff)
downloadironic-python-agent-3cd8c294fbad24b9cfd1d0b7ae5aeaf5629f5168.tar.gz
Merge "Deprecate LLDP in inventory in favour of a new collector"
Diffstat (limited to 'releasenotes/notes/lldp-raw-a09174cb930bca97.yaml')
-rw-r--r--releasenotes/notes/lldp-raw-a09174cb930bca97.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/lldp-raw-a09174cb930bca97.yaml b/releasenotes/notes/lldp-raw-a09174cb930bca97.yaml
new file mode 100644
index 00000000..19d668bc
--- /dev/null
+++ b/releasenotes/notes/lldp-raw-a09174cb930bca97.yaml
@@ -0,0 +1,12 @@
+---
+features:
+ - |
+ Adds a new inspection collector ``lldp`` that collects LLDP information
+ into the ``lldp_raw`` field.
+deprecations:
+ - |
+ The LLDP information as part of the general inventory is deprecated.
+ Use the new ``lldp`` inspection collector to retrieve it.
+ - |
+ The ``ipa-collect-lldp`` kernel parameter and the corresponding option are
+ now deprecated.