Skip to content

Added: support for multiple network interfaces in openstack datasource#6877

Open
mklejn-ovh wants to merge 1 commit into
canonical:mainfrom
mklejn-ovh:main
Open

Added: support for multiple network interfaces in openstack datasource#6877
mklejn-ovh wants to merge 1 commit into
canonical:mainfrom
mklejn-ovh:main

Conversation

@mklejn-ovh
Copy link
Copy Markdown

@mklejn-ovh mklejn-ovh commented May 12, 2026

Proposed Commit Message

fix(openstack): Support mixed dhcp and no-dhcp interfaces

DS OpenstackLocal was only using fallback_interface for it's metadata service detection
which may fail when multiple interfaces, including ones without dhcp, are provided.
Behaviour fixed via iterating over all interfaces until we hit one that has dhcp enabled,
or we fail to find one and explicitly explain that no interface was able to get dhcp lease.

Fixes GH-6786

Additional Context

Right here: GH-6786

Test Steps

Right here: GH-6786

Merge type

  • Squash merge using "Proposed Commit Message"
  • Rebase and merge unique commits. Requires commit messages per-commit each referencing the pull request number (#<PR_NUM>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant