~openstack-charmers-archive/charms/trusty/keystone/next

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Edward Hope-Morley
  • Date: 2014-08-15 18:10:18 UTC
  • mfrom: (65.2.3 keystone)
  • Revision ID: edward.hope-morley@canonical.com-20140815181018-2bafr9n6ytq1s0rt
[heut2008,r=hopem]

Added support for Keystone LDAP identity backend

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    description: |
90
90
      By default, all services will log into their corresponding log files.
91
91
      Setting this to True will force all services to log to the syslog.
 
92
  identity-backend:
 
93
    type: string
 
94
    default: "sql"    
 
95
    description: "Keystone identity backend, valid options are:sql,ldap,kvs,pam"
 
96
  assignment-backend:
 
97
    type: string
 
98
    default: "sql"
 
99
    description: "Keystone assignment backend, valid options are sql,ldap,kvs"
 
100
  ldap-server:
 
101
    type: string
 
102
    default: None
 
103
    description: "Ldap server address for keystone identity backend"
 
104
  ldap-user:
 
105
    type: string
 
106
    default: None
 
107
    description: "Username of the ldap identity server"
 
108
  ldap-password:
 
109
    type: string
 
110
    default: None
 
111
    description: "Password of the ldap identity server"
 
112
  ldap-suffix:
 
113
    type: string
 
114
    default: None
 
115
    description: "Ldap server suffix to be used by keystone"
 
116
  ldap-config-flags:
 
117
    type: string
 
118
    default: None
 
119
    description: "comma sperated options for ldap configuration"
 
120
  ldap-readonly:
 
121
    type: boolean
 
122
    default: True
 
123
    description: "Ldap identity server backend readonly to keystone"
92
124
  # HA configuration settings
93
125
  vip:
94
126
    type: string