~hopem/charms/trusty/keystone/lp1476325

« back to all changes in this revision

Viewing changes to templates/kilo/keystone.conf

  • Committer: Corey Bryant
  • Date: 2015-04-01 15:15:49 UTC
  • mfrom: (138 keystone)
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: corey.bryant@canonical.com-20150401151549-gpw4krpmn1aqnkv6
Merge next branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
[token]
47
47
driver = keystone.token.persistence.backends.sql.Token
 
48
{% if token_provider == 'pki' -%}
 
49
provider = keystone.token.providers.pki.Provider
 
50
{% elif token_provider == 'pkiz' -%}
 
51
provider = keystone.token.providers.pkiz.Provider
 
52
{% else -%}
48
53
provider = keystone.token.providers.uuid.Provider
 
54
{% endif -%}
 
55
expiration = {{ token_expiration }}
 
56
 
 
57
{% include "parts/section-signing" %}
49
58
 
50
59
[cache]
51
60