Skip to content
Snippets Groups Projects
Commit 6a038f66 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add tempurl to swift pipeline"

parents 56a38fa5 859e88ce
No related branches found
No related tags found
No related merge requests found
...@@ -10,13 +10,16 @@ log_level = INFO ...@@ -10,13 +10,16 @@ log_level = INFO
workers = {{ openstack_service_workers }} workers = {{ openstack_service_workers }}
[pipeline:main] [pipeline:main]
pipeline = catch_errors gatekeeper healthcheck cache container_sync bulk ratelimit authtoken keystoneauth slo dlo {% if enable_ceilometer | bool %}ceilometer {% endif %}proxy-server pipeline = catch_errors gatekeeper healthcheck cache container_sync bulk tempurl ratelimit authtoken keystoneauth slo dlo {% if enable_ceilometer | bool %}ceilometer {% endif %}proxy-server
[app:proxy-server] [app:proxy-server]
use = egg:swift#proxy use = egg:swift#proxy
allow_account_management = true allow_account_management = true
account_autocreate = true account_autocreate = true
[filter:tempurl]
use = egg:swift#tempurl
[filter:cache] [filter:cache]
use = egg:swift#memcache use = egg:swift#memcache
memcache_servers = {% for host in groups['swift-proxy-server'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %} memcache_servers = {% for host in groups['swift-proxy-server'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment