From: Nathan Cutler Date: Wed, 6 Sep 2017 20:01:00 +0000 (+0200) Subject: doc: PendingReleaseNotes: deprecate/drop ceph-rest-api X-Git-Tag: v13.0.2~80^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0dd34c81f2bd8c73f49baa2e06357670f58ea549;p=ceph.git doc: PendingReleaseNotes: deprecate/drop ceph-rest-api References: http://tracker.ceph.com/issues/21264 Signed-off-by: Nathan Cutler --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 935a5e2f244e..6712a64e2a64 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -57,6 +57,25 @@ * The -f option of the rados tool now means "--format" instead of "--force", for consistency with the ceph tool. ->= 12.2.3 + +>= 13.0.2 +--------- + +The ceph-rest-api command-line tool (obsoleted by the MGR "restful" module and +deprecated since v12.2.5) has been dropped. + +There is a MGR module called "restful" which provides similar functionality +via a "pass through" method. See http://docs.ceph.com/docs/master/mgr/restful +for details. + + +>= 12.2.5 --------- +The ceph-rest-api command-line tool included in the ceph-mon package has been +obsoleted by the MGR "restful" module. The ceph-rest-api tool is hereby +declared deprecated and will be dropped in Mimic. + +The MGR "restful" module provides similar functionality via a "pass through" +method. See http://docs.ceph.com/docs/luminous/mgr/restful for details. +