Merge lp:~jorge/charms/precise/cassandra/fix-metadata into lp:charms/cassandra

Proposed by Jorge Castro
Status: Merged
Merged at revision: 38
Proposed branch: lp:~jorge/charms/precise/cassandra/fix-metadata
Merge into: lp:charms/cassandra
Diff against target: 43 lines (+5/-7)
2 files modified
config.yaml (+3/-6)
metadata.yaml (+2/-1)
To merge this branch: bzr merge lp:~jorge/charms/precise/cassandra/fix-metadata
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review Queue (community) automated testing Needs Fixing
Review via email: mp+239421@code.launchpad.net

Description of the change

Fix metadata and config to pass proof.

To post a comment you must log in.
Revision history for this message
Review Queue (review-queue) wrote :

This items has failed automated testing! Results available here http://reports.vapour.ws/charm-tests/charm-bundle-test-1281-results

review: Needs Fixing (automated testing)
Revision history for this message
Review Queue (review-queue) wrote :

This items has failed automated testing! Results available here http://reports.vapour.ws/charm-tests/charm-bundle-test-10369-results

review: Needs Fixing (automated testing)
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM

review: Approve

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 2014-09-19 21:30:00 +0000
3+++ config.yaml 2014-10-23 17:36:40 +0000
4@@ -220,22 +220,19 @@
5 Used with endpoint_snitch=GossipingPropertyFileSnitch to prefer the internal ip when
6 possible, as the Ec2MultiRegionSnitch does. Used with cassandra >= 1.2.x
7 dc_suffix:
8- default:
9+ default: ""
10 type: string
11- default:
12 description:
13 Add a suffix to a datacenter name. Used by the Ec2Snitch and Ec2MultiRegionSnitch to
14 append a string to the EC2 region name. Used with cassandra >= 1.2.x
15 datacenter:
16- default:
17+ default: ""
18 type: string
19- default:
20 description:
21 The datacenter used by the enpoint_snitch. i.e. "DC1"
22 rack:
23- default:
24+ default: ""
25 type: string
26- default:
27 description:
28 The rack used by the enpoint_snitch. i.e. "Rack1"
29
30
31=== modified file 'metadata.yaml'
32--- metadata.yaml 2014-01-29 19:17:07 +0000
33+++ metadata.yaml 2014-10-23 17:36:40 +0000
34@@ -4,7 +4,8 @@
35 description: |
36 Cassandra is a distributed (peer-to-peer) system for the management and
37 storage of structured data.
38-categories: ["databases"]
39+tags:
40+ - database
41 provides:
42 database:
43 interface: cassandra

Subscribers

People subscribed via source and target branches

to all changes: