From f9d4e96e55e04e50252480d699bbab8d236ccba4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 29 Aug 2025 22:33:04 +0900 Subject: [PATCH] Drop outdated description about oslo-incubator It was gone and now the module resides in oslo.reports library. Change-Id: Ibe0079ee08bc6c8fa77842da06dae4ddb248a0e9 Signed-off-by: Takashi Kajinami --- doc/source/contributor/gmr.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/contributor/gmr.rst b/doc/source/contributor/gmr.rst index 434ed1b0409..982d4561e83 100644 --- a/doc/source/contributor/gmr.rst +++ b/doc/source/contributor/gmr.rst @@ -80,8 +80,7 @@ Adding Support for GMRs to New Executables 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 -Cinder version module: +First import the module, as well as the Cinder version module: .. code-block:: python