From 1db6158ff3e1390c4e26add4f5b9c82b2fe4aae8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 27 Jun 2025 00:24:57 +0900 Subject: [PATCH] Drop reference to ceilometerclient The ceilometerclient library was retired long ago, so any reference to it may no longer be useful these days. Change-Id: Ibc201e11ca4a5978fd9635fd5f94b4167af34608 --- doc/source/index.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 7074c7d..454ce76 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -11,13 +11,6 @@ This is a client for Aodh API. There's :doc:`a Python API ` (installed as :program:`aodh`). Each implements the entire Aodh API. -.. warning:: - - This is a new client to interact with Aodh API. There may be differences - in functionality, syntax, and command line output when compared with the - alarm functionality provided by ceilometerclient. - - .. seealso:: You may want to read the `Aodh Developer Guide`__ -- the overview, at