Comment 5 for bug 1612786

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/355073
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=6298b7c35ed4a7411d8e8da1008efc0f585ffb75
Submitter: Jenkins
Branch: master

commit 6298b7c35ed4a7411d8e8da1008efc0f585ffb75
Author: Brent Eagles <email address hidden>
Date: Fri Aug 12 18:07:24 2016 -0230

    Add constraint to prohibit balance-tcp from BondInterfaceOvsOptions

    This patch adds an allowed_pattern contraint that uses a negative
    lookahead assertion to only allow options strings that do not contain
    the 'balance-tcp' option.

    Change-Id: Icf8874e4e585f9a42d38091f8b38c3685f403cf1
    Partial-Bug: #1612786