cloudstack/scripts
Rene Diepstraten 3114907861 security_group: Add `head -1` to `get_bridge_physdev` (#3648)
We've encountered a corner case where bridge -o link show returned two lines per bridge instead of one. get_bridge_physdev in security_group.py returned bond0.701\nbond0.701.
Although this may very well be something on the hypervisor, we should limit the lines returned.
I therefore added a mere | head -1 to the function.
2019-10-22 16:45:20 +05:30
..
installer tools: Remove deprecated buildw and wix plugin (#2849) 2018-10-04 06:12:33 +05:30
network plugins: fix removing SRX port forwarding rules, improve add/remove logic (#3393) 2019-07-08 15:46:12 +05:30
storage Revert "Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh (#3346)" 2019-06-03 17:29:43 +05:30
util KVM: Prevent regenerating keystore on provisionCertificate API (#3075) 2019-06-05 17:29:31 -03:00
vm security_group: Add `head -1` to `get_bridge_physdev` (#3648) 2019-10-22 16:45:20 +05:30