~niedbalski/charms/trusty/swift-proxy/fix-lp-1308557

« back to all changes in this revision

Viewing changes to templates/grizzly/proxy-server.conf

  • Committer: James Page
  • Date: 2013-06-03 16:50:28 UTC
  • mfrom: (35.1.18 swift-proxy)
  • Revision ID: james.page@canonical.com-20130603165028-f9ya6llay65w3t9e
* Python rewrite

* Support for manually assigned storage zones

* Support for high availability via hacluster subordinate.

* Adds Grizzly compatibility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
admin_tenant_name = {{ service_tenant }}
46
46
admin_user = {{ service_user }}
47
47
admin_password = {{ service_password }}
 
48
delay_auth_decision = {{ delay_auth_decision|lower }}
48
49
{% if os_release != 'essex' %}signing_dir = /etc/swift{% endif %}
49
50
 
50
51