Comment 17 for bug 1519502

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

Reviewed: https://review.openstack.org/291602
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=515cc87174e1ea150c77e63bb8e17b007dde44d1
Submitter: Jenkins
Branch: master

commit 515cc87174e1ea150c77e63bb8e17b007dde44d1
Author: Tang Chen <email address hidden>
Date: Fri Mar 11 16:38:48 2016 +0800

    Add incompatibility info for "ip floating list" command

    Commit d8abec33ada8b2b028d52eb8bfad2640812b9af8 changed
    the output of "ip floating list" command. But forgot to
    add any backward incompatibility info.

    Output of command "ip floating list" for nova network
    has been changed. And it is different from the output
    of neutron network.

    This patch adds this incompatibility info.

    Change-Id: I45858fda3b9bcc0bdf4d0891637fa7dd712872af
    Partial-Bug: 1519502
    Related-to: blueprint neutron-client