Merge "Deprecate support for staging driver"

This commit is contained in:
Zuul
2023-11-02 15:33:48 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ class ironic::drivers::staging (
include ironic::deps
include ironic::params
warning('Support for staging driver has been deprecated and will be removed in a future release.')
if $::ironic::params::staging_drivers_package {
package { 'ironic-staging-drivers':
ensure => $package_ensure,

View File

@@ -0,0 +1,4 @@
---
deprecations:
- |
Support for staging driver has been deprecated.