Revert VMware deprecation

Nova has reversed their deprecation of the VMware driver, and the Kolla
community has shown an interest in it.

Change-Id: I82f1074da56ed16c08317d1f92ed7f0a6f4a149a
This commit is contained in:
zhoulinhui 2020-08-22 13:19:02 +08:00 committed by Mark Goddard
parent e869055436
commit b6846d6e25
5 changed files with 6 additions and 16 deletions

View File

@ -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

View File

@ -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`.

View File

@ -4,10 +4,6 @@
VMware - Nova Virtualisation Driver
===================================
.. note::
VMware support has been deprecated and will be removed in the Victoria cycle.
Overview
~~~~~~~~

View File

@ -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:

View File

@ -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.