Comment 10 for bug 1566252

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/342157
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=205224d573894e90690dbb10997e65f9820613e3
Submitter: Jenkins
Branch: master

commit 205224d573894e90690dbb10997e65f9820613e3
Author: ntymtsiv <email address hidden>
Date: Thu Jul 14 15:46:48 2016 +0300

    Make type__ mandatory for bond creation

    Added validation to bond creating for field 'bond_properties' and
    bond_properties.type__. They are mandatory and bond can not be created
    without type__.
    Allowed modes for dpdkovs and ovs types:
       - active-backup
       - balance-slb'
       - balance-tcp
       - lacp-balance-tcp
    Allowed modes for linux type:
       - active-backup
       - balance-rr
       - balance-xor
       - broadcast
       - 802.3ad
       - balance-tlb
       - balance-alb

    Change-Id: Ic5a443a347b5abbf235e88bd95154b56a627b76f
    Closes-Bug: #1566252