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:
parent
154ef3fe94
commit
a8bed388f2
@ -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()
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support for running Glance in Windows operating systems has been deprecated
|
||||
because of retirement of the Winstackers project.
|
Loading…
Reference in New Issue
Block a user