@@ -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+
165195For Developers
166196==============
167197
0 commit comments