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:
Takashi Kajinami 2025-04-17 22:49:13 +09:00
parent a4c6ca2094
commit 866a70f417

View File

@ -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;
}
}