dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.59k stars 458 forks source link

network: Trim the bridge name to 15 characters #769

Closed vadorovsky closed 4 years ago

vadorovsky commented 4 years ago

Network interface names in Linux are limited to 15 characters. This change ensures that the limit is not exceeded.

Fixes: #749 Signed-off-by: Michal Rostecki mrostecki@opensuse.org

vadorovsky commented 4 years ago

@dmacvicar @MalloZup Can we cut off a release with that fix? #749 is affecting everyone who tries to set up CaaSP (https://github.com/SUSE/skuba/tree/master/ci/infra/libvirt) on Tumbleweed.

MalloZup commented 4 years ago

@mrostecki the release is on draft. I think we can release one. I will ping @dmacvicar