File: start_passing_agent_version_to_ironic-6fa8670ae0e7eb38.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (10 lines) | stat: -rw-r--r-- 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Now passes an ``agent_version`` field to the Bare Metal service as part of
    the heartbeat request if the Bare Metal API version is 1.36 or higher.
    This provides the Bare Metal service with the information required to
    determine what agent features are available, so that the Bare Metal service
    can be upgraded to a new version before the agent is upgraded, whilst
    ensuring the Bare Metal service only requests the agent features that are
    available to it.