summaryrefslogtreecommitdiff
path: root/doc/source/cli/backwards-incompatible.rst
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 /doc/source/cli/backwards-incompatible.rst
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 'doc/source/cli/backwards-incompatible.rst')
-rw-r--r--doc/source/cli/backwards-incompatible.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/source/cli/backwards-incompatible.rst b/doc/source/cli/backwards-incompatible.rst
index fcb68684..a86ce359 100644
--- a/doc/source/cli/backwards-incompatible.rst
+++ b/doc/source/cli/backwards-incompatible.rst
@@ -16,9 +16,20 @@ from this backwards incompatible change handling.
Backwards Incompatible Changes
==============================
-.. Carry this section as comments until 4.0 release
-.. Release 4.0
-.. -----------
+Release 4.0
+-----------
+
+1. Remove ``ip fixed add|remove`` commands.
+ Use ``server add|remove fixed ip`` commands instead.
+
+ * Removed in: 4.0
+ * Commit: https://review.opendev.org/612781
+
+2. Remove ``ip floating add|remove`` commands.
+ Use ``server add|remove floating ip`` commands instead.
+
+ * Removed in: 4.0
+ * Commit: https://review.opendev.org/612781
.. 1. Change ``volume transfer request accept`` to use new option ``--auth-key``
.. rather than a second positional argument.