Skip to content

Commit 515cc87

Browse files
author
Tang Chen
committed
Add incompatibility info for "ip floating list" command
Commit d8abec3 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
1 parent 3737c5a commit 515cc87

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

doc/source/backwards-incompatible.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,36 @@ List of Backwards Incompatible Changes
162162
* Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065
163163
* Commit: https://review.openstack.org/#/c/281089/
164164

165+
14. Output of `ip floating list` command has changed.
166+
167+
When using Compute v2, the original output of `ip floating list` command is:
168+
+----+--------+------------+----------+-------------+
169+
| ID | Pool | IP | Fixed IP | Instance ID |
170+
+----+--------+-----------------------+-------------+
171+
| 1 | public | 172.24.4.1 | None | None |
172+
+----+--------+------------+----------+-------------+
173+
174+
Now it changes to:
175+
+----+---------------------+------------------+-----------+--------+
176+
| ID | Floating IP Address | Fixed IP Address | Server ID | Pool |
177+
+----+---------------------+------------------+-----------+--------+
178+
| 1 | 172.24.4.1 | None | None | public |
179+
+----+---------------------+------------------+-----------+--------+
180+
181+
When using Network v2, the output of `ip floating list` command is:
182+
+--------------------------------------+---------------------+------------------+------+
183+
| ID | Floating IP Address | Fixed IP Address | Port |
184+
+--------------------------------------+---------------------+------------------+------+
185+
| 1976df86-e66a-4f96-81bd-c6ffee6407f1 | 172.24.4.3 | None | None |
186+
+--------------------------------------+---------------------+------------------+------+
187+
which is different from Compute v2.
188+
189+
* In favor of: Use `ip floating list` command
190+
* As of: NA
191+
* Removed in: NA
192+
* Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1519502
193+
* Commit: https://review.openstack.org/#/c/277720/
194+
165195
For Developers
166196
==============
167197

releasenotes/notes/bug-1519502-f72236598d14d350.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ features:
66
[Bug `1519502 <https://bugs.launchpad.net/python-openstackclient/+bug/1519502>`_]
77
- Add command ``ip floating show`` for neutron and nova network.
88
[Bug `1519502 <https://bugs.launchpad.net/python-openstackclient/+bug/1519502>`_]
9+
upgrade:
10+
- Output of command ``ip floating list`` for nova network has been changed.
11+
And it is different from the output of neutron network.
12+
[Ref `<http://docs.openstack.org/developer/python-openstackclient/backwards-incompatible.html>`_]

0 commit comments

Comments
 (0)