{% set network = 'swift_replication' if 'replicat' in service_name else 'swift_storage' %} [DEFAULT] bind_ip = {{ network | kolla_address }} bind_port = {{ swift_account_server_port }} devices = {{ swift_devices_mount_point }} mount_check = false log_udp_host = {{ syslog_server }} log_udp_port = {{ syslog_udp_port }} log_name = {{ service_name }} log_facility = {{ syslog_swift_facility }} log_level = {{ swift_log_level }} workers = {{ openstack_service_workers }} [pipeline:main] pipeline = {% if enable_swift_recon %}recon {% endif %}account-server {% if enable_swift_recon %} [filter:recon] use = egg:swift#recon recon_cache_path = /var/cache/swift {% endif %} [app:account-server] use = egg:swift#account {% if swift_has_replication_network %} replication_server = {{ service_name == 'swift-account-replication-server' }} {% endif %} {% if service_name == 'swift-account-auditor' %} [account-auditor] {% endif %} {% if service_name == 'swift-account-replicator' %} [account-replicator] rsync_module = {replication_ip}::account {% endif %} {% if service_name == 'swift-account-reaper' %} [account-reaper] {% endif %}