Merge lp:~brad-marshall/charms/trusty/neutron-api/haproxy-add-timeout into lp:~openstack-charmers-archive/charms/trusty/neutron-api/next

Proposed by Brad Marshall
Status: Needs review
Proposed branch: lp:~brad-marshall/charms/trusty/neutron-api/haproxy-add-timeout
Merge into: lp:~openstack-charmers-archive/charms/trusty/neutron-api/next
Diff against target: 19 lines (+12/-0)
1 file modified
config.yaml (+12/-0)
To merge this branch: bzr merge lp:~brad-marshall/charms/trusty/neutron-api/haproxy-add-timeout
Reviewer Review Type Date Requested Status
Liam Young (community) Disapprove
Review via email: mp+279711@code.launchpad.net

Description of the change

Expose haproxy server and client timeouts via config.

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #14022 neutron-api-next for brad-marshall mp279711
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/14022/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #15035 neutron-api-next for brad-marshall mp279711
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/15035/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #8199 neutron-api-next for brad-marshall mp279711
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/8199/

Revision history for this message
Liam Young (gnuoy) wrote :

thedacs branch has landed into /next which supercedes this one, but thank you for taking the time to raise the mp.

review: Disapprove

Unmerged revisions

158. By Brad Marshall

[brad-marshall] Expose haproxy server and client timeouts via config.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config.yaml'
2--- config.yaml 2015-11-09 14:06:56 +0000
3+++ config.yaml 2015-12-07 00:44:17 +0000
4@@ -457,3 +457,15 @@
5 type: boolean
6 default: False
7 description: Enable port security extension for ML2 plugin (>= kilo).
8+ haproxy-server-timeout:
9+ type: int
10+ default:
11+ description: |
12+ Server timeout configuration in ms for haproxy, used in HA configurations.
13+ If not provided, default value of 30000ms is used.
14+ haproxy-client-timeout:
15+ type: int
16+ default:
17+ description: |
18+ Client timeout configuration in ms for haproxy, used in HA
19+ configurations. If not provided, default value of 30000ms is used.

Subscribers

People subscribed via source and target branches