Description of problem: Bonding options not passed since VDSM API expects a different key then what is sent. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Setup bond via setupNetworks (choose mode 1) 2. Check with getVdsCaps on host to see what bonding options were sent. 3. Actual results: Bonding options will not be what sent, but instead a default value such as: mode=802.3ad miimon=150 Expected results: Bonding optins should be what was sent, similar to: mode=1 miimon=100 Additional info:
*** This bug has been marked as a duplicate of bug 825151 ***