Comment 20 for bug 1587486

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

Reviewed: https://review.openstack.org/510858
Committed: https://git.openstack.org/cgit/openstack/networking-sfc/commit/?id=2c2c7b6543cd6fba36d221541b5463846684f837
Submitter: Zuul
Branch: master

commit 2c2c7b6543cd6fba36d221541b5463846684f837
Author: Igor Duarte Cardoso <email address hidden>
Date: Tue Oct 10 12:13:54 2017 +0000

    Update OpenStack Client syntax for graphs (doc)

    The OSC syntax for specifying branching points in Service Graphs
    is going to be different than initially designed. Instead of:

    --port-chains pc1:pc2,pc3;pc2:pc4,pc5

    Now it will look like:

    --branching-point pc1:pc2,pc3 --branching-point pc2:pc4,pc5

    Change-Id: Idcfdc0eacf373ed3961079edfdca948495c2ea1e
    Partial-Bug: #1587486