~chris.macnaughton/charms/trusty/ceph-osd/storage-hooks

« back to all changes in this revision

Viewing changes to actions.yaml

  • Committer: Chris MacNaughton
  • Date: 2016-02-18 13:27:27 UTC
  • Revision ID: chris.macnaughton@canonical.com-20160218132727-fh4isshq57tyqpvz
remove actions stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
add-disk:
2
 
  description: |
3
 
    Add a new disk to the ceph cluster
4
 
  params:
5
 
    disk:
6
 
      type: string
7
 
      description: |
8
 
        Disk name to operate on
9
 
remove-disk:
10
 
  description: |
11
 
    Permenantly remove a disk from the cluster
12
 
  params:
13
 
    disk:
14
 
      type: string
15
 
      description: |
16
 
        Disk name to operate on
 
 
b'\\ No newline at end of file'