~corey.bryant/charms/trusty/ceilometer/git-ods

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg

  • Committer: james.page at ubuntu
  • Date: 2015-01-13 12:04:23 UTC
  • Revision ID: james.page@ubuntu.com-20150113120423-wiu3pjjcbddl7atd
[trivial] Resync helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    {% for frontend in frontends -%}
45
45
    acl net_{{ frontend }} dst {{ frontends[frontend]['network'] }}
46
46
    use_backend {{ service }}_{{ frontend }} if net_{{ frontend }}
47
 
    {% endfor %}
 
47
    {% endfor -%}
 
48
    default_backend {{ service }}_{{ default_backend }}
 
49
 
48
50
{% for frontend in frontends -%}
49
51
backend {{ service }}_{{ frontend }}
50
52
    balance leastconn