summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2016-10-12 17:36:23 -0400
committerMatt Riedemann <mriedem@us.ibm.com>2016-10-12 19:12:46 -0400
commitfdc5aa5d5ca88df2676f561203c910c3855a6712 (patch)
treeb9fe50bf7c29bcff25a3b0574a42abb597e911c8 /releasenotes
parentef3856804d17c1db1769d2f59c9a1ac02f99e9b2 (diff)
downloadpython-novaclient-fdc5aa5d5ca88df2676f561203c910c3855a6712.tar.gz
Remove deprecated commands
There are several commands and options which have been deprecated, it's now time to clean those up. flavor-access-list and aggregate-update had options deprecated in newton, but that's still too new to remove those yet. Here is the table of affected commands and the deprecation commit and initial release with the deprecation. Command Commit Release ------- ------ ------- rename 1d1e43957 3.3.0 root-password 3bf6f8fe9 2.27.0 add-floating-ip 4f92f7ba0 2.16.0 remove-floating-ip 4f92f7ba0 2.16.0 absolute-limits bf6fbdb8d 2.25.0 rate-limits bf6fbdb8d 2.25.0 aggregate-details bf68a0cf1 3.4.0 endpoints 1f11840dd 3.1.0 credentials 1f11840dd 3.1.0 Note that network resource quota deprecations are not part of this change as those are impacted by the 2.36 microversion and will be cleaned up later separately. Change-Id: Id649d16ec2cdeb04bbaf2239a5e813abcca9c65d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/rm-deprecated-commands-options-ocata-00f249810e5bdf97.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/releasenotes/notes/rm-deprecated-commands-options-ocata-00f249810e5bdf97.yaml b/releasenotes/notes/rm-deprecated-commands-options-ocata-00f249810e5bdf97.yaml
new file mode 100644
index 00000000..d710ffa7
--- /dev/null
+++ b/releasenotes/notes/rm-deprecated-commands-options-ocata-00f249810e5bdf97.yaml
@@ -0,0 +1,17 @@
+---
+prelude: >
+ Several deprecated commands have been removed. See the upgrade section for
+ details.
+upgrade:
+ - |
+ The following deprecated commands have been removed:
+
+ * absolute-limits
+ * add-floating-ip
+ * aggregate-details
+ * credentials
+ * endpoints
+ * rate-limits
+ * remove-floating-ip
+ * rename
+ * root-password