diff --git a/README.rst b/README.rst
index 43fd247b623b2685e8f5825ac68c00012075df72..b7859c8f66189d4e32032ea3856d0eb807975def 100644
--- a/README.rst
+++ b/README.rst
@@ -57,7 +57,7 @@ Kolla Ansible deploys containers for the following OpenStack projects:
 - `Kuryr <https://docs.openstack.org/kuryr/latest/>`__
 - `Magnum <https://docs.openstack.org/magnum/latest/>`__
 - `Manila <https://docs.openstack.org/manila/latest/>`__
-- `Masakari <https://docs.openstack.org/masakari/latest/>`__ (deprecated)
+- `Masakari <https://docs.openstack.org/masakari/latest/>`__
 - `Mistral <https://docs.openstack.org/mistral/latest/>`__
 - `Murano <https://docs.openstack.org/murano/latest/>`__
 - `Neutron <https://docs.openstack.org/neutron/latest/>`__
diff --git a/doc/source/reference/compute/masakari-guide.rst b/doc/source/reference/compute/masakari-guide.rst
index 429e1a9c865ca215c22d6533e58cb97384a50c95..51dd4fd64b5b989bd30d48eaa5cc3139ffd7c23a 100644
--- a/doc/source/reference/compute/masakari-guide.rst
+++ b/doc/source/reference/compute/masakari-guide.rst
@@ -19,8 +19,3 @@ which are the main Masakari components only if ``enable_masakari`` is set in
 Masakari Instance Monitor containers are enabled. The deployment of each type
 of monitors can be controlled individually via
 ``enable_masakari_instancemonitor`` and ``enable_masakari_hostmonitor``.
-
-.. note::
-   Support for deploying Masakari has been deprecated in the 2023.2 (Bobcat)
-   release due to failures in the CI and lack of contributors working on
-   fixing this.
diff --git a/releasenotes/notes/dedeprecate-masakari-52e3979f563db779.yaml b/releasenotes/notes/dedeprecate-masakari-52e3979f563db779.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b87a3c1d7591b64f716adc5c6f6d3111fdb3fe12
--- /dev/null
+++ b/releasenotes/notes/dedeprecate-masakari-52e3979f563db779.yaml
@@ -0,0 +1,6 @@
+---
+deprecations:
+  - |
+    Support for deploying Masakari is no longer deprecated. The Masakari CI
+    scenarios are now working again, and commitment has been made to improve
+    the health of the project.