diff --git a/doc/source/reference/compute/index.rst b/doc/source/reference/compute/index.rst
index f38377a85cd6e6159f02e8225a11067360c38a5f..8ed8411b67ffec4e805abca015b09f7e4b7ac1e3 100644
--- a/doc/source/reference/compute/index.rst
+++ b/doc/source/reference/compute/index.rst
@@ -5,11 +5,6 @@ Compute
 This section describes configuring nova hypervisors and
 compute services.
 
-.. note::
-
-   VMware support has been deprecated and will
-   be removed in the Victoria cycle.
-
 .. toctree::
    :maxdepth: 1
 
diff --git a/doc/source/reference/compute/nova-guide.rst b/doc/source/reference/compute/nova-guide.rst
index dd470e67a6ad957f4993d84b166577c3c3850522..ecb2c8732fa216223385b5bc0b5cffc0d0c748d4 100644
--- a/doc/source/reference/compute/nova-guide.rst
+++ b/doc/source/reference/compute/nova-guide.rst
@@ -25,10 +25,6 @@ Information on the libvirt-based drivers ``kvm`` and ``qemu`` can be found in
 VMware
 ------
 
-.. note::
-
-   VMware support has been deprecated and will be removed in the Victoria cycle.
-
 Information on the VMware-based driver ``vmware`` can be found in
 :doc:`vmware-guide`.
 
diff --git a/doc/source/reference/compute/vmware-guide.rst b/doc/source/reference/compute/vmware-guide.rst
index 1beeac598d968665ee617a16c8a99a661dfe177d..a205593b1127872732075576e13ef1393209c9db 100644
--- a/doc/source/reference/compute/vmware-guide.rst
+++ b/doc/source/reference/compute/vmware-guide.rst
@@ -4,10 +4,6 @@
 VMware - Nova Virtualisation Driver
 ===================================
 
-.. note::
-
-   VMware support has been deprecated and will be removed in the Victoria cycle.
-
 Overview
 ~~~~~~~~
 
diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml
index 6b56b6e73a2a3b126654294fac8cef767f30c217..dd76f10c023e075a8e15712885a1afd84b472f47 100644
--- a/etc/kolla/globals.yml
+++ b/etc/kolla/globals.yml
@@ -611,9 +611,6 @@
 ###################################
 # VMware - OpenStack VMware support
 ###################################
-
-# NOTE: VMware support has been deprecated and will be removed in the Victoria cycle.
-
 #vmware_vcenter_host_ip:
 #vmware_vcenter_host_username:
 #vmware_vcenter_host_password:
diff --git a/releasenotes/notes/undeprecate-vmware-f6d84993ed8a4a8e.yaml b/releasenotes/notes/undeprecate-vmware-f6d84993ed8a4a8e.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d3706ab00da8593d75af05ffef3319e8f178ec4c
--- /dev/null
+++ b/releasenotes/notes/undeprecate-vmware-f6d84993ed8a4a8e.yaml
@@ -0,0 +1,6 @@
+---
+deprecations:
+  - |
+    VMware integration, which was deprecated in the Ussuri release, is no
+    longer deprecated. Nova has reversed the deprecation of its VMware driver,
+    and the Kolla community has shown interest in VMware.