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
=== modified file 'config.yaml'
--- config.yaml 2015-11-09 14:06:56 +0000
+++ config.yaml 2015-12-07 00:44:17 +0000
@@ -457,3 +457,15 @@
457 type: boolean457 type: boolean
458 default: False458 default: False
459 description: Enable port security extension for ML2 plugin (>= kilo).459 description: Enable port security extension for ML2 plugin (>= kilo).
460 haproxy-server-timeout:
461 type: int
462 default:
463 description: |
464 Server timeout configuration in ms for haproxy, used in HA configurations.
465 If not provided, default value of 30000ms is used.
466 haproxy-client-timeout:
467 type: int
468 default:
469 description: |
470 Client timeout configuration in ms for haproxy, used in HA
471 configurations. If not provided, default value of 30000ms is used.

Subscribers

People subscribed via source and target branches