Keystone charm does not support setting token expiry time
Bug #1431795 reported by
Liam Young
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keystone (Juju Charms Collection) |
Fix Released
|
Medium
|
Liam Young |
Bug Description
The keystone charm should allow the user to set the expiration token time option
Related branches
lp://staging/~gnuoy/charms/trusty/keystone/token-expiry
- OpenStack Charmers: Pending requested
-
Diff: 55 lines (+8/-5)4 files modifiedconfig.yaml (+4/-4)
hooks/keystone_context.py (+1/-0)
templates/icehouse/keystone.conf (+2/-1)
templates/kilo/keystone.conf (+1/-0)
Changed in keystone (Juju Charms Collection): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Liam Young (gnuoy) |
milestone: | none → 15.04 |
tags: | added: oil |
Changed in keystone (Juju Charms Collection): | |
status: | Confirmed → Fix Committed |
Changed in keystone (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I have a branch up for review which adds:
token-expiration:
default: 3600
type: int
description: "Amount of time a token should remain valid (in seconds)."