{% set interface = swift_replication_interface if 'replicat' in service_name else swift_storage_interface %} [DEFAULT] bind_ip = {{ hostvars[inventory_hostname]['ansible_' + interface]['ipv4']['address'] }} bind_port = {{ swift_container_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 = container-server [app:container-server] use = egg:swift#container allow_versions = True {% if swift_has_replication_network %} replication_server = {{ service_name == 'swift-container-replication-server' }} {% endif %} {% if service_name == 'swift-container-auditor' %} [container-auditor] {% endif %} {% if service_name == 'swift-container-replicator' %} [container-replicator] rsync_module = {replication_ip}:{meta}:container {% endif %} {% if service_name == 'swift-container-updater' %} [container-updater] {% endif %}