blob: 7ae300158fffe15c9c54d354b6fc9eb86c2e0468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
upgrade:
- |
Remove deprecated ``port create|set`` options ``--device-id`` and ``--host-id``.
Use ``--device`` and ``--host`` options instead.
- |
Remove deprecated ``router set`` option ``--clear-routes``.
Use ``--no-route`` option instead.
- |
Remove deprecated ``security group rule create`` options ``--src-ip`` and
``--src-group``.
Use ``--remote-ip`` and ``--remote-group`` options instead.
|