Comment 5 for bug 1716942

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

Reviewed: https://review.openstack.org/504060
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=864f4d111f325dd7458ada523fbc3355d3afce2f
Submitter: Zuul
Branch: master

commit 864f4d111f325dd7458ada523fbc3355d3afce2f
Author: Bernard Cafarelli <email address hidden>
Date: Tue Oct 17 12:18:18 2017 +0200

    SFC plugin: fix port chain set commands

    Setting a flow classifier or port pair group currently fails,
    additionally with multiple flow classifiers only the last one is added

    * Fix adding multiple items in the same command
    * Update unit test to try setting multiple flow classifiers

    Change-Id: Ifbc24d84022c9893d3348fb27b20206fa464d8b2
    Closes-Bug: #1716942