Merge "Undeprecate the vmwareapi driver"

This commit is contained in:
Zuul
2020-09-10 18:52:39 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 7 deletions

View File

@@ -196,13 +196,6 @@ class VMwareVCDriver(driver.ComputeDriver):
self._datastore_regex = None
def init_host(self, host):
LOG.warning('The vmwareapi driver is deprecated and may be removed in '
'a future release. The driver is not tested by the '
'OpenStack project nor does it have clear maintainer(s) '
'and thus its quality can not be ensured. If you are '
'using the driver in production please let us know in '
'freenode IRC and/or the openstack-discuss mailing list.')
vim = self._session.vim
if vim is None:
self._session._create_session()

View File

@@ -0,0 +1,6 @@
---
deprecations:
- |
The vmwareapi driver was deprecated in Ussuri due to missing 3pp CI
coverage and a clear maintainer. These issues have been addressed
during the Victoria cycle and the driver is now undeprecated.