~pmcgarry/ceph/ceph

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2012-10-18 08:24:36 UTC
  • mfrom: (48.1.3 ceph)
  • Revision ID: james.page@canonical.com-20121018082436-g780tz6coav8hhvl
Merged changes from pjdc including cephx configuration support and better arbitarty repository handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
      .
7
7
      This configuration element is mandatory and the service will fail on
8
8
      install if it is not provided.
 
9
  auth-supported:
 
10
    type: string
 
11
    default: cephx
 
12
    description: |
 
13
      Which authentication flavour to use.
 
14
      .
 
15
      Valid options are "cephx" and "none".  If "none" is specified,
 
16
      keys will still be created and deployed so that it can be
 
17
      enabled later.
9
18
  monitor-secret:
10
19
    type: string
11
20
    description: |