vmwareapi: Mark driver as experimental
Once again, the CI has disappeared for this. It doesn't appear to be a priority for VMWare and we'd be lying to users if we suggested otherwise. Mark the driver as experimental. We can explore deprecating it down the line once it starts costing us. Change-Id: I48d9812851449768797bbe799b3fe84fa2ce6d02 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
9baade7ea1
commit
713ef78396
@ -186,6 +186,14 @@ class VMwareVCDriver(driver.ComputeDriver):
|
||||
self._datastore_regex = None
|
||||
|
||||
def init_host(self, host):
|
||||
LOG.warning(
|
||||
'The vmwareapi driver is not tested by the OpenStack project nor '
|
||||
'does it have clear maintainer(s) and thus its quality can not be '
|
||||
'ensured. It should be considered experimental and may be removed '
|
||||
'in a future release. If you are using the driver in production '
|
||||
'please let us know via 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 is marked as experimental and may be removed in a
|
||||
future release. The driver is not tested by the OpenStack project and
|
||||
does not have a clear maintainer.
|
Loading…
Reference in New Issue
Block a user