Deprecate Windows OS support

Unfortunately the Winstackers project has been retired because of no
maintainers[1][2], and OpenStack on Windows host is no longer
maintained.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2022-November/031044.html
[2] https://review.opendev.org/c/openstack/governance/+/886880

Change-Id: Ib4c42b0619254ba4167deb9d06637a8ebdbcdec1
This commit is contained in:
Takashi Kajinami 2023-11-27 11:33:37 +09:00
parent 154ef3fe94
commit a8bed388f2
2 changed files with 7 additions and 0 deletions

View File

@ -808,6 +808,8 @@ class Win32Server(BaseServer):
_sock = None
def __init__(self, *args, **kwargs):
LOG.warning("Support for Glance on Windows operating systems is"
"deprecated.")
super(Win32Server, self).__init__(*args, **kwargs)
self._launcher = Win32ProcessLauncher()
self._ioutils = os_win_utilsfactory.get_ioutils()

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support for running Glance in Windows operating systems has been deprecated
because of retirement of the Winstackers project.