Merge lp://staging/~thedac/charm-helpers/lp1522130 into lp://staging/charm-helpers
Proposed by
David Ames
Status: | Merged |
---|---|
Merged at revision: | 500 |
Proposed branch: | lp://staging/~thedac/charm-helpers/lp1522130 |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
56 lines (+22/-9) 2 files modified
charmhelpers/contrib/openstack/context.py (+6/-0) charmhelpers/contrib/openstack/templates/haproxy.cfg (+16/-9) |
To merge this branch: | bzr merge lp://staging/~thedac/charm-helpers/lp1522130 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Page | Approve | ||
David Ames (community) | Needs Resubmitting | ||
Review via email: mp+279519@code.staging.launchpad.net |
Description of the change
Fix bug #1522130
Add sane defaults for timeout connect and queue and make them configurable.
To post a comment you must log in.
I think this needs a fix for the HAproxy context, equivalent to the following:
if config( 'haproxy- server- timeout' ):
ctxt[ 'haproxy_ server_ timeout' ] = config( 'haproxy- server- timeout' )
if config( 'haproxy- client- timeout' ):
ctxt[ 'haproxy_ client_ timeout' ] = config( 'haproxy- client- timeout' )