Skip to content

Commit

Permalink
Merge "Deprecate Windows OS support"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 7, 2023
2 parents 64e6da6 + a8bed38 commit 061e2fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glance/common/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,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()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
deprecations:
- |
Support for running Glance in Windows operating systems has been deprecated
because of retirement of the Winstackers project.

0 comments on commit 061e2fb

Please sign in to comment.