blob: 9c93045643eaa6ff8b3d25acd829a2f4db598133 [file] [log] [blame]
Peter Pentchev469dfea2022-06-27 12:48:18 +03001options:
2 driver-source:
3 type: string
4 default:
5 description: |
6 Optional configuration to support use of additional sources such as:
7 - ppa:myteam/ppa
8 - cloud:trusty-proposed/kilo
9 - http://my.archive.com/ubuntu main
10 The last option should be used in conjunction with the key configuration
11 option.
12 driver-key:
13 type: string
14 default:
15 description: |
16 Key ID to import to the apt keyring to support use with arbitary source
17 configuration from outside of Launchpad archives or PPA's.
18 use-multipath:
19 type: boolean
20 default: True
21 description: |
22 Whether to use a multipath connection for iSCSI or FC in Cinder
23 volume service. Enabling multipath for VMs is managed by the
24 "use-multipath" option in the nova-compute charm.
25 protocol:
26 type: string
Biser Milanov2d0ec582022-08-05 10:15:19 +030027 default: iscsi
Peter Pentchev469dfea2022-06-27 12:48:18 +030028 description: |
Biser Milanov8d9bec72022-08-08 10:09:23 +030029 The only supported value is "iscsi"; there may be experimental
30 support for the StorPool block client specified by "block" in the
31 future.
Peter Pentchev469dfea2022-06-27 12:48:18 +030032 volume-backend-name:
33 type: string
34 description: |
35 Volume backend name for the backend. The default value is the
36 application name in the Juju model, e.g. "cinder-mybackend"
37 if it's deployed as `juju deploy cinder-storpool cinder-mybackend`.
38 A common backend name can be set to multiple backends with the
39 same characters so that those can be treated as a single virtual
40 backend associated with a single volume type.