~ack/landscape-client/ceph-monitor-plugin

« back to all changes in this revision

Viewing changes to landscape/monitor/cephusage.py

  • Committer: Alberto Donato
  • Date: 2013-06-04 13:18:07 UTC
  • Revision ID: alberto.donato@canonical.com-20130604131807-hittdxa53g8h3pau
Address Free's #1 and #3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
    ceph-authtool <keyring-file> --create-keyring
30
30
        --name=client.landscape-client --add-key=<key>
 
31
 
 
32
    The landscape-client charm automatically provides the client configuration
 
33
    and key when deployed as subordinate of a ceph node.
31
34
    """
32
35
 
33
36
    persist_name = "ceph-usage"