Merge lp:~jjo/charms/trusty/swift-storage/fix-upstart-nrpe-checks into lp:~openstack-charmers-archive/charms/trusty/swift-storage/next

Proposed by JuanJo Ciarlante
Status: Merged
Merged at revision: 66
Proposed branch: lp:~jjo/charms/trusty/swift-storage/fix-upstart-nrpe-checks
Merge into: lp:~openstack-charmers-archive/charms/trusty/swift-storage/next
Diff against target: 36 lines (+13/-13)
1 file modified
hooks/swift_storage_utils.py (+13/-13)
To merge this branch: bzr merge lp:~jjo/charms/trusty/swift-storage/fix-upstart-nrpe-checks
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Mick Gregg (community) Approve
Review via email: mp+263597@code.launchpad.net
To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #5711 swift-storage-next for jjo mp263597
    LINT OK: passed

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

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

charm_unit_test #5343 swift-storage-next for jjo mp263597
    UNIT OK: passed

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

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

charm_amulet_test #4903 swift-storage-next for jjo mp263597
    AMULET OK: passed

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

Revision history for this message
Mick Gregg (macgreagoir) wrote :

Confirmed service names and use in update_nrpe_config(). LGTM

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

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hooks/swift_storage_utils.py'
--- hooks/swift_storage_utils.py 2015-04-01 16:05:59 +0000
+++ hooks/swift_storage_utils.py 2015-07-01 21:38:03 +0000
@@ -84,19 +84,19 @@
84]84]
8585
86SWIFT_SVCS = [86SWIFT_SVCS = [
87 'account-auditor',87 'swift-account-auditor',
88 'account-reaper',88 'swift-account-reaper',
89 'account-replicator',89 'swift-account-replicator',
90 'account-server',90 'swift-account-server',
91 'container-auditor',91 'swift-container-auditor',
92 'container-replicator',92 'swift-container-replicator',
93 'container-server',93 'swift-container-server',
94 'container-sync',94 'swift-container-sync',
95 'container-updater',95 'swift-container-updater',
96 'object-auditor',96 'swift-object-auditor',
97 'object-replicator',97 'swift-object-replicator',
98 'object-server',98 'swift-object-server',
99 'object-updater',99 'swift-object-updater',
100 ]100 ]
101101
102RESTART_MAP = {102RESTART_MAP = {

Subscribers

People subscribed via source and target branches