Merge "Deprecate support for ironic-inspector"

This commit is contained in:
Zuul 2024-10-14 08:56:06 +00:00 committed by Gerrit Code Review
commit fc4338877a
2 changed files with 8 additions and 0 deletions

View File

@ -393,6 +393,8 @@ class ironic::inspector (
include ironic::inspector::db
include ironic::inspector::policy
warning('Support for ironic-inspector is deprected and will be removed in a future release')
if $auth_strategy == 'keystone' {
include ironic::inspector::authtoken
}

View File

@ -0,0 +1,6 @@
---
deprecations:
- |
Support for ironic-inspector is now deprecated, because
the ironic-inspector project iself is now deprecated and in maintenance
mode.