Merge "Undeprecate the vmwareapi driver"
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user