-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(openstack): add Linux bridge support to network_data.json
#6678
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for this @s3rj1k. Please include a sample |
Add support for converting OpenStack network_data.json "linux_bridge" link type to cloud-init network config v1 bridge type. This enables guest-side Linux bridge configuration through the OpenStack metadata service and config drive. Related-To: https://review.opendev.org/c/openstack/nova/+/973924
f35cbc7 to
8dc4128
Compare
|
Hey @holmanb, sorry for delay, so I test this PR manually like so: https://gist.github.com/s3rj1k/6e90f63e4084beff4b064e23c79169ad
Requested logs are attached. From logs I see: and network config as expected: |
|
|
|
@holmanb just wondering if we can remove "incomplete" label for this or am I still missing something? |
Add support for converting OpenStack network_data.json "linux_bridge" link type to cloud-init network config v1 bridge type. This enables guest-side Linux bridge configuration through the OpenStack metadata service and config drive.
Related-To: https://review.opendev.org/c/openstack/nova/+/973924