[DEFAULT] bind_ip = {{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['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 = INFO workers = {{ openstack_service_workers }} [pipeline:main] pipeline = account-server [app:account-server] use = egg:swift#account {% if service_name == 'swift-account-auditor' %} [account-auditor] {% endif %} {% if service_name == 'swift-account-replicator' %} [account-replicator] rsync_module = {replication_ip}:{meta}:account {% endif %} {% if service_name == 'swift-account-reaper' %} [account-reaper] {% endif %}