~tribaal/charms/trusty/storage-ceph/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: David Britton
  • Date: 2014-03-06 14:14:15 UTC
  • Revision ID: dpb@canonical.com-20140306141415-zzvhm8hs1r8ymmvz
s/storage/block-storage/ in README

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
-------------------------
3
3
 
4
4
This charm aims to allow storage to be mounted and consumed in your juju
5
 
environment.  Simply attach this charm to any that supports the "storage"
 
5
environment.  Simply attach this charm to any that supports the "block-storage"
6
6
interface, and the charmed application will start writing data into the provided
7
7
storage.
8
8
 
22
22
Sample Metadata:
23
23
 
24
24
    data:
25
 
        interface: storage
 
25
        interface: block-storage
26
26
        scope: container
27
27
        optional: true
28
28