~charmers/charms/precise/cinder/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Adam Gandelman
  • Date: 2012-10-03 00:35:31 UTC
  • Revision ID: adamg@canonical.com-20121003003531-1fx30qwrfzrhv5kc
Initial Checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
    cinder-release:
 
3
        default: distro
 
4
        type: string
 
5
        description: |
 
6
            Installation source from which to install.  Valid choices: distro,
 
7
            ppa:somewhere/else
 
8
    enabled-services:
 
9
        default: all
 
10
        type: string
 
11
        description: |
 
12
            If splitting cinder services between units, define which services
 
13
            to install and configure.
 
14
    block-device:
 
15
        default: sdb
 
16
        type: string
 
17
        description: |
 
18
            The *available* block device on which to create LVM volume group.
 
19
    volume-group:
 
20
        default: cinder-volumes
 
21
        type: string
 
22
        description: Name of volume group to create and store Cinder volumes.
 
23
    overwrite:
 
24
        default: "false"
 
25
        type: string
 
26
        description: |
 
27
            If true, charm will attempt to overwrite block devices containin
 
28
             previous filesystems or LVM, assuming it is not in use.  db-user:
 
29
        default: cinder
 
30
        type: string
 
31
        description: Username to request database access.
 
32
    cinder-db:
 
33
        default: cinder
 
34
        type: string
 
35
        description: Database to request access.
 
36
    rabbit-user:
 
37
        default: cinder
 
38
        type: string
 
39
        description: Username to request access on rabbitmq-server.
 
40
    rabbit-vhost:
 
41
        default: cinder
 
42
        type: string
 
43
        description: RabbitMQ virtual host to request access on rabbitmq-server.
 
44
    api-listening-port:
 
45
        default: 8776
 
46
        type: int
 
47
        description: OpenStack Volume API listening port.
 
48
    config-flags:
 
49
        default: None
 
50
        type: string
 
51
        description: Comma separated list of key=value config flags to be set in cinder.conf