Stop purging [DEFAULT] ssl_* options
These options should be purged when a deployment is upgraded to 2025.1. Change-Id: I8544bcc1a8a34a23b9b68cc48a20f7fee1b3bfe9
This commit is contained in:
parent
a4c6ca2094
commit
866a70f417
@ -344,10 +344,4 @@ class manila (
|
||||
} else {
|
||||
oslo::service::ssl { 'manila_config': }
|
||||
}
|
||||
# TODO(tkajinam): Remove this after 2025.1 release
|
||||
manila_config {
|
||||
'DEFAULT/ssl_cert_file': ensure => absent;
|
||||
'DEFAULT/ssl_key_file': ensure => absent;
|
||||
'DEFAULT/ssl_ca_file': ensure => absent;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user