From 687e365b8d1148092a62d02f2774627cb949a4c3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 29 Aug 2025 22:31:42 +0900 Subject: [PATCH] Drop outdated description about oslo-incubator It was gone and now the module resides in oslo.reports library. Change-Id: Id4207d8c002dd206b0457e77181d004e6719c2d6 Signed-off-by: Takashi Kajinami --- doc/source/developing_guides/gmr.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/developing_guides/gmr.rst b/doc/source/developing_guides/gmr.rst index 26d1d41f7e..fd29b4a0ec 100644 --- a/doc/source/developing_guides/gmr.rst +++ b/doc/source/developing_guides/gmr.rst @@ -62,8 +62,7 @@ Adding support for GMRs to new executable Adding support for a *GMR* to a given executable is fairly easy. -First import the module (currently residing in oslo-incubator), as well as the -Heat version module: +First import the module, as well as the Heat version module: .. code-block:: python