Merge "Deprecate Windows support"

This commit is contained in:
Zuul 2023-09-08 11:27:29 +00:00 committed by Gerrit Code Review
commit b5b8c30b0d
2 changed files with 7 additions and 0 deletions

View File

@ -111,6 +111,8 @@ generic_log_opts = [
+ _IGNORE_MESSAGE),
cfg.BoolOpt('use_eventlog',
default=False,
deprecated_for_removal=True,
deprecated_reason='Windows support is no longer maintained.',
help='Log output to Windows Event Log.'),
cfg.IntOpt('log_rotate_interval',
default=1,

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Windows support has been deprecated, because of the retiremenet of
the Winstackers project.