5a0fc68a87
The following were deprecated for several releases and can now be removed: * Remove ``port create|set`` options ``--device-id`` and ``--port-id`` * Remove ``router set`` option ``--clear-routes`` * Remove ``security group rule create`` options ``--src-group`` and ``--src-ip`` These are backwards incompatible changes and will require a major version bump after they are merged. Change-Id: Ieae74c14f6b3e263721a3146cf76f94a9ab792f6 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> Signed-off-by: Dean Troyer <dtroyer@gmail.com>
13 lines
435 B
YAML
13 lines
435 B
YAML
---
|
|
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.
|