cloudstack/scripts
Gabriel Beims Bräscher 6e7516c48a
kvm: Fix get_bridge_physdev where it returns "device:" instead of just "device" (#4740)
When running get_bridge_physdev(brname) from security_group.py it is returned the bridge device as brname: instead of the expected brname.

We experienced this issue on CloudStack 4.13.1.0 with Security Groups enabled for Advanced Networking. Additionally, KVM nodes are running on Ubuntu 18.04.

PR #4303 (merged in 4.15) added support for Ubuntu 20.04 which turned out to fix get_bridge_physdev(brname); however, we faced the very same issue with the previous CloudStack and Ubuntu versions.

Even though we might not get a 4.13.2, and CloudStack 4.14.1.0 has just been released, this PR proposes merging the fix into branch 4.13 and then get it forwarded into 4.14. Thus, allowing users to have this fix referenced and also opening the possibility of addressing this in case of a potential 4.14.2.0.
2021-03-04 14:49:24 +05:30
..
installer systemvm: new qemu-guest-agent based patching for KVM (#3278) 2019-05-10 23:42:19 +05:30
network plugins: fix removing SRX port forwarding rules, improve add/remove logic (#3393) 2019-07-08 15:46:12 +05:30
storage kvm: Fixes #2868 libvirt resize notify failure (#2878) 2018-10-05 18:35:09 +05:30
util KVM: Prevent regenerating keystore on provisionCertificate API (#3075) 2019-06-05 17:29:31 -03:00
vm kvm: Fix get_bridge_physdev where it returns "device:" instead of just "device" (#4740) 2021-03-04 14:49:24 +05:30