@@ -124,7 +124,7 @@ Releases Before 3.0
124124
1251258. `region ` commands no longer support `url `
126126
127- The Keystone team removed support for thr `url ` attribute from the client
127+ The Keystone team removed support for the `url ` attribute from the client
128128 and server side. Changes to the `create `, `set ` and `list ` commands for
129129 regions have been affected.
130130
@@ -184,27 +184,41 @@ Releases Before 3.0
184184
18518514. Output of `ip floating list ` command has changed.
186186
187- When using Compute v2, the original output of `ip floating list ` command is:
188- +----+--------+------------+----------+-------------+
189- | ID | Pool | IP | Fixed IP | Instance ID |
190- +----+--------+-----------------------+-------------+
191- | 1 | public | 172.24.4.1 | None | None |
192- +----+--------+------------+----------+-------------+
187+ When using Compute v2, the original output is:
188+
189+ .. code-block :: bash
190+
191+ # ip floating list
192+
193+ +----+--------+------------+----------+-------------+
194+ | ID | Pool | IP | Fixed IP | Instance ID |
195+ +----+--------+-----------------------+-------------+
196+ | 1 | public | 172.24.4.1 | None | None |
197+ +----+--------+------------+----------+-------------+
193198
194199 Now it changes to:
195- +----+---------------------+------------------+-----------+--------+
196- | ID | Floating IP Address | Fixed IP Address | Server ID | Pool |
197- +----+---------------------+------------------+-----------+--------+
198- | 1 | 172.24.4.1 | None | None | public |
199- +----+---------------------+------------------+-----------+--------+
200-
201- When using Network v2, the output of `ip floating list ` command is:
202- +--------------------------------------+---------------------+------------------+------+
203- | ID | Floating IP Address | Fixed IP Address | Port |
204- +--------------------------------------+---------------------+------------------+------+
205- | 1976df86-e66a-4f96-81bd-c6ffee6407f1 | 172.24.4.3 | None | None |
206- +--------------------------------------+---------------------+------------------+------+
207- which is different from Compute v2.
200+
201+ .. code-block :: bash
202+
203+ # ip floating list
204+
205+ +----+---------------------+------------------+-----------+--------+
206+ | ID | Floating IP Address | Fixed IP Address | Server ID | Pool |
207+ +----+---------------------+------------------+-----------+--------+
208+ | 1 | 172.24.4.1 | None | None | public |
209+ +----+---------------------+------------------+-----------+--------+
210+
211+ When using Network v2, which is different from Compute v2. The output is:
212+
213+ .. code-block :: bash
214+
215+ # ip floating list
216+
217+ +--------------------------------------+---------------------+------------------+------+
218+ | ID | Floating IP Address | Fixed IP Address | Port |
219+ +--------------------------------------+---------------------+------------------+------+
220+ | 1976df86-e66a-4f96-81bd-c6ffee6407f1 | 172.24.4.3 | None | None |
221+ +--------------------------------------+---------------------+------------------+------+
208222
209223 * In favor of: Use `ip floating list ` command
210224 * As of: NA
0 commit comments