Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate key names for OpenStack bond properties #5367

Merged
merged 2 commits into from
Jun 28, 2024

Commits on Jun 28, 2024

  1. fix: Ensure properties for bonded interfaces are properly translated (c…

    …anonical#5367)
    
    There is a discrepancy between the properties key name formatting in
    the OpenStack network_data.json and cloudinit network-config.json
    specifications. Ensure `bond_` is translated to `bond-` when the
    OpenStack configuration is parsed by cloudinit.
    
    Fixes canonicalGH-5366
    
    Co-authored-by: Alberto Contreras <[email protected]>
    jcmoore3 and aciba90 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    15196cd View commit details
    Browse the repository at this point in the history
  2. test: fix unit test openstack vlan mac_address (canonical#5367)

    After 70f7e78, mac_address is not
    rendered for in openstack for network config v1. Fix the unit test to
    reflect that.
    aciba90 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0f4082e View commit details
    Browse the repository at this point in the history