Skip to content

fix: port_bios_name out-of-band inspection hook set the port name #6549

fix: port_bios_name out-of-band inspection hook set the port name

fix: port_bios_name out-of-band inspection hook set the port name #6549

Triggered via pull request December 20, 2025 11:44
Status Failure
Total duration 2m 12s
Artifacts

pre-commit.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
pre-commit
Process completed with exit code 1.
jinja[spacing]: roles/openstack_octavia/tasks/main.yml#L94
Jinja2 spacing could be improved: {{ octavia_port_names | default([]) + [ (hostvars[item].octavia_host_override | default(item)) ] }} -> {{ octavia_port_names | default([]) + [hostvars[item].octavia_host_override | default(item)] }}