python-openstackclient/releasenotes/notes/bug-1519502-f72236598d14d350.yaml
Tang Chen 515cc87174 Add incompatibility info for "ip floating list" command
Commit d8abec33ad 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
2016-03-11 16:38:48 +08:00

13 lines
732 B
YAML

---
features:
- Command ``ip floating delete`` is now available for neutron network.
[Bug `1519502 <https://bugs.launchpad.net/python-openstackclient/+bug/1519502>`_]
- Command ``ip floating list`` is now available for neutron network.
[Bug `1519502 <https://bugs.launchpad.net/python-openstackclient/+bug/1519502>`_]
- Add command ``ip floating show`` for neutron and nova network.
[Bug `1519502 <https://bugs.launchpad.net/python-openstackclient/+bug/1519502>`_]
upgrade:
- Output of command ``ip floating list`` for nova network has been changed.
And it is different from the output of neutron network.
[Ref `<http://docs.openstack.org/developer/python-openstackclient/backwards-incompatible.html>`_]