From fdc5aa5d5ca88df2676f561203c910c3855a6712 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 12 Oct 2016 17:36:23 -0400 Subject: 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 --- ...recated-commands-options-ocata-00f249810e5bdf97.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/rm-deprecated-commands-options-ocata-00f249810e5bdf97.yaml (limited to 'releasenotes') 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 -- cgit v1.2.1