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

Proposed by Brad Marshall
Status: Needs review
Proposed branch: lp:~brad-marshall/charms/trusty/openstack-dashboard/haproxy-add-timeout
Merge into: lp:~openstack-charmers-archive/charms/trusty/openstack-dashboard/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/openstack-dashboard/haproxy-add-timeout
Reviewer Review Type Date Requested Status
Liam Young (community) Disapprove
Review via email: mp+279710@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 #14023 openstack-dashboard-next for brad-marshall mp279710
    UNIT OK: passed

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

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

charm_lint_check #15036 openstack-dashboard-next for brad-marshall mp279710
    LINT OK: passed

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

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

charm_amulet_test #8198 openstack-dashboard-next for brad-marshall mp279710
    AMULET OK: passed

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

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

95. 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-09-25 02:05:05 +0000
3+++ config.yaml 2015-12-07 00:40:24 +0000
4@@ -193,3 +193,15 @@
5 wait for you to execute the openstack-upgrade action for this charm on
6 each unit. If False it will revert to existing behavior of upgrading
7 all units on config change.
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