Comment 5 for bug 1295703

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

Reviewed: https://review.openstack.org/82141
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=252a83890abfb825497f308147aeafc6ee1e0731
Submitter: Jenkins
Branch: master

commit 252a83890abfb825497f308147aeafc6ee1e0731
Author: Kyle Mestery <email address hidden>
Date: Fri Mar 21 09:41:31 2014 +0000

    Don't set priority when calling mod_flow

    This commit [1] changed the behavior of modifying flows to not allow priority
    to be set on flow modification. The agent code which was calling mod_flow was
    not updated to respect this behavior. The unit tests were also not updated in
    this regard. I've corrected this behavior now, and added a negative UT case to
    catch this in the future.

    [1] https://review.openstack.org/#/c/58533/

    Closes-Bug: #1295703

    Change-Id: I20737637cc84567a5ec19efaad18e7f334007f18