Matthias Gatto
Matthias Gatto
It seems rte_eth_dev_info_get and bond_ethdev_info are recursively call in an infinite way in some circumstance. It can be reproduce with butterfly test 50, and should be.
So we can do command like: `butterfly nic add ADD ARGS nic add ADD ARGS2 sg add SG ARGS` instead of calling the client for every command
help: https://www.linux-kvm.org/page/Hotadd_pci_devices
problem is that I can't properly test that osc-cli work in brew formula: brew create a temporary test directory for tmp files, but doesn't sandbox the whole filesystem, so creating...
We have xen, virtualbox and vmware, so can we have qemu too please :) Also I've generate the png using autogen, and adding this ```bash if [ "$pvd" = "onprem"...
ICU is said to use basic auth when using password auth (but doesn't). so we doesn't set basic auth header properly (which is not a problem for now) but if...
Because of this: https://github.com/outscale/osc-config-spec endpoint was supported by osc-cli instead of endpoints as specify by the standard. So this PR add support for endpoints. Instead of patching osc-cli in order...