summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-10-23 14:02:49 -0500
committerDean Troyer <dtroyer@gmail.com>2019-05-19 12:54:24 -0500
commitb7742b59371b9e0b2e417547eb2cdaa80954b50d (patch)
treef74356d55687b35c5facd7f8e6d2c1e2e28c3acf /releasenotes/notes
parent91bc0f35def33d49d293be4bd517678222c6b791 (diff)
downloadpython-openstackclient-b7742b59371b9e0b2e417547eb2cdaa80954b50d.tar.gz
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>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/osc4-compute-09246008eff260cb.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/osc4-compute-09246008eff260cb.yaml b/releasenotes/notes/osc4-compute-09246008eff260cb.yaml
new file mode 100644
index 00000000..ab7baa67
--- /dev/null
+++ b/releasenotes/notes/osc4-compute-09246008eff260cb.yaml
@@ -0,0 +1,8 @@
+---
+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.