hyperv: Mark driver as experimental

Cloudbase have changed priorities and will no longer be testing the
Hyper-V driver. We need to mark this as experimental and consider
removing it in the future.

Change-Id: I823fbf660948c062581d4e0aaaadc6a6983de2a3
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
(cherry picked from commit 9baade7ea1)
This commit is contained in:
Stephen Finucane
2022-11-07 17:38:48 +00:00
committed by Ghanshyam
parent a869ab17c0
commit fbc3018d33
2 changed files with 14 additions and 0 deletions

View File

@@ -146,6 +146,14 @@ class HyperVDriver(driver.ComputeDriver):
'in Rocky.')
def init_host(self, host):
LOG.warning(
'The hyperv 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.'
)
self._serialconsoleops.start_console_handlers()
event_handler = eventhandler.InstanceEventHandler(
state_change_callback=self.emit_event)

View File

@@ -0,0 +1,6 @@
---
deprecations:
- |
The hyperv 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.