Remove purge of old database options

These purge resources were added during 2024.1 cycle, so the options
should be removed when a deployment is upgraded to 2024.1.

Change-Id: I60efaf20a68af4682b0bac922c1b034e7b3c85e2
This commit is contained in:
Takashi Kajinami 2024-04-20 22:32:23 +09:00
parent 35a2f76da9
commit 160f279eed
1 changed files with 0 additions and 8 deletions

View File

@ -79,14 +79,6 @@ class barbican::db (
mysql_enable_ndb => $mysql_enable_ndb,
}
# TODO(tkajinam): Remove this after 2024.1 release
barbican_config {
'DEFAULT/sql_connection': ensure => absent;
'DEFAULT/sql_idle_timeout': ensure => absent;
'DEFAULT/sql_pool_size': ensure => absent;
'DEFAULT/sql_pool_max_overflow': ensure => absent;
}
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db['barbican_config'] -> Anchor['barbican::dbsync::begin']