Merge lp:~aisrael/charms/trusty/mongodb/benchmarking into lp:charms/trusty/mongodb

Proposed by Adam Israel
Status: Merged
Merged at revision: 70
Proposed branch: lp:~aisrael/charms/trusty/mongodb/benchmarking
Merge into: lp:charms/trusty/mongodb
Diff against target: 19 lines (+2/-2)
1 file modified
metadata.yaml (+2/-2)
To merge this branch: bzr merge lp:~aisrael/charms/trusty/mongodb/benchmarking
Reviewer Review Type Date Requested Status
Tim Van Steenburgh (community) Approve
Review via email: mp+259440@code.launchpad.net

Description of the change

This small change fixes the benchmark interface, moving it from requires to provides.

To post a comment you must log in.
73. By Adam Israel

add benchmark interface

74. By Adam Israel

provides, not requires

Revision history for this message
Tim Van Steenburgh (tvansteenburgh) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'metadata.yaml'
2--- metadata.yaml 2015-05-07 20:38:16 +0000
3+++ metadata.yaml 2015-05-19 13:21:37 +0000
4@@ -32,13 +32,13 @@
5 interface: block-storage
6 scope: container
7 optional: true
8+ benchmark:
9+ interface: benchmark
10 requires:
11 mongos-cfg:
12 interface: shard
13 mongos:
14 interface: mongodb
15- benchmark:
16- interface: benchmark
17 peers:
18 replica-set:
19 interface: mongodb-replica-set

Subscribers

People subscribed via source and target branches