Skip to content

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

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 #6551

Triggered via pull request December 20, 2025 15:37
Status Success
Total duration 1m 59s
Artifacts

pre-commit.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
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)] }}