python-openstackclient/releasenotes/notes/osc4-compute-09246008eff260cb.yaml
Sean McGinnis b7742b5937 Remove deprecated compute commands
The following were deprecated over two years ago and can now be removed:

* ``ip fixed add|remove`` in favor of ``server add|remove fixed ip``
* ``ip floating add|remove`` in favor of ``server add|remove floating ip``

These are backwards incompatible changes and will require a major
version bump after they are merged.

Change-Id: I10c4d32a3c0b55ad41a02afd3b14249bafcb55a9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-05-19 12:54:24 -05:00

9 lines
257 B
YAML

---
upgrade:
- |
Remove deprecated ``ip fixed add|remove`` commands.
Use ``server add|remove fixed ip`` commands instead.
- |
Remove deprecated ``ip floating add|remove`` commands.
Use ``server add|remove floating ip`` commands instead.