Merge "swift: Use different log name per daemon"

This commit is contained in:
Zuul 2024-05-14 03:32:32 +00:00 committed by Gerrit Code Review
commit dc443f90e9
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class openstack_integration::swift {
# storage servers
class { 'swift::storage::all':
storage_local_net_ip => $::openstack_integration::config::host,
log_name_per_daemon => true,
mount_check => false,
account_pipeline => ['healthcheck', 'recon', 'backend_ratelimit', 'account-server'],
container_pipeline => ['healthcheck', 'recon', 'backend_ratelimit', 'container-server'],