~tribaal/charms/precise/storage/refactor-mount-volume

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: David Britton
  • Date: 2014-02-05 20:46:42 UTC
  • mfrom: (26.1.89 storage)
  • Revision ID: dpb@canonical.com-20140205204642-qfwv0x6314bulcx7
merging chad's python/nfs additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        default: local
9
9
        description: |
10
10
            The backend storage provider.  Will be mounted at root, and
11
 
            can be one of, local or nova.  If you set to nova, you
12
 
            must provide suitable values for other config options.
13
 
    key:
14
 
        type: string
15
 
        description: The provider specific api credential key
16
 
        default: ""
17
 
    tenant:
18
 
        type: string
19
 
        description: The provider specific api tenant name
20
 
        default: ""
21
 
    secret:
22
 
        type: string
23
 
        description: The provider specific api credential secret
24
 
        default: ""
25
 
    endpoint:
26
 
        type: string
27
 
        description: The provider specific api endpoint url
28
 
        default: ""
29
 
    region:
30
 
        type: string
31
 
        description: The provider specific region name
32
 
        default: ""
33
 
    id:
34
 
        type: string
35
 
        description: The provider specific device name or identifier
36
 
        default: ""
37
 
 
 
11
            can be one of, local, blockstoragebroker or nfs.  If you set to
 
12
            blockstoragebroker, you should provide a suitable value for
 
13
            volume_size.
 
14
    volume_size:
 
15
        type: int
 
16
        description: |
 
17
            The volume size in GB to request from the block-storage-broker.
 
18
        default: 5