Merge lp:~bcsaller/charms/precise/zookeeper/proof-fix into lp:charms/zookeeper

Proposed by Benjamin Saller
Status: Merged
Merged at revision: 10
Proposed branch: lp:~bcsaller/charms/precise/zookeeper/proof-fix
Merge into: lp:charms/zookeeper
Diff against target: 28 lines (+12/-0)
2 files modified
README.md (+10/-0)
metadata.yaml (+2/-0)
To merge this branch: bzr merge lp:~bcsaller/charms/precise/zookeeper/proof-fix
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+234355@code.launchpad.net

Description of the change

This is a quick patch to pass charm proof. This in no way improves the charm.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'README.md'
--- README.md 1970-01-01 00:00:00 +0000
+++ README.md 2014-09-11 18:29:03 +0000
@@ -0,0 +1,10 @@
1ZooKeeper is a centralized service for maintaining configuration information,
2naming, providing distributed synchronization, and providing group services.
3All of these kinds of services are used in some form or another by distributed
4applications. Each time they are implemented there is a lot of work that goes
5into fixing the bugs and race conditions that are inevitable. Because of the
6difficulty of implementing these kinds of services, applications initially
7usually skimp on them ,which make them brittle in the presence of change and
8difficult to manage. Even when done correctly, different implementations of
9these services lead to management complexity when the applications are
10deployed.
011
=== added file 'hooks/config-changed'
=== modified file 'metadata.yaml'
--- metadata.yaml 2012-05-22 11:04:28 +0000
+++ metadata.yaml 2014-09-11 18:29:03 +0000
@@ -1,6 +1,8 @@
1name: zookeeper1name: zookeeper
2maintainer: James Page <james.page@ubuntu.com>2maintainer: James Page <james.page@ubuntu.com>
3summary: High-performance coordination service for distributed applications3summary: High-performance coordination service for distributed applications
4categories:
5 - miscellaneous
4description: |6description: |
5 ZooKeeper is a centralized, reliable, service for maintaining7 ZooKeeper is a centralized, reliable, service for maintaining
6 configuration information, naming, providing distributed8 configuration information, naming, providing distributed

Subscribers

People subscribed via source and target branches

to all changes: