summaryrefslogtreecommitdiff
path: root/doc/source/cli/backwards-incompatible.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-21 22:58:17 +0000
committerGerrit Code Review <review@openstack.org>2019-06-21 22:58:17 +0000
commitd103b3dc88635866dc3debe968d4f104777ba6e4 (patch)
tree41c6b3090d1d6ba1928f69690ce68c71f0ada05a /doc/source/cli/backwards-incompatible.rst
parent17611a72c501ca2096c4a7f7cd98590ac8bc973c (diff)
parentb7742b59371b9e0b2e417547eb2cdaa80954b50d (diff)
downloadpython-openstackclient-d103b3dc88635866dc3debe968d4f104777ba6e4.tar.gz
Merge "Remove deprecated compute commands"
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 51c1d134..5e2796fc 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.