Keystone configuration missing trust configuration settings
Bug #1603254 reported by
Adrian Otto
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
In Progress
|
Low
|
Unassigned |
Bug Description
OSAD sets up keystone[1] with the following configuration stanza in /etc/keystone/
[resource]
cache_time = 3600
caching = true
driver = sql
In devstack, additional configuration directives are included to allow for delegation of trusts form the admin project/domain:
admin_project_name = admin
admin_project_
This is what the stanza looks like in devstack:
[resource]
admin_project_name = admin
admin_project_
driver = sql
Please add the missing configuration directives to allow for advanced trust delegation, like Magnum uses.
description: | updated |
Changed in openstack-ansible: | |
milestone: | newton-3 → newton-rc1 |
Changed in openstack-ansible: | |
assignee: | Christopher Hultin (chris-hultin) → Jesse Pretorius (jesse-pretorius) |
Changed in openstack-ansible: | |
milestone: | newton-rc1 → 14.0.0 |
Changed in openstack-ansible: | |
assignee: | Jesse Pretorius (jesse-pretorius) → Christopher Hultin (chris-hultin) |
Changed in openstack-ansible: | |
assignee: | Christopher Hultin (chris-hultin) → Kevin Carter (kevin-carter) |
Changed in openstack-ansible: | |
assignee: | Kevin Carter (kevin-carter) → nobody |
To post a comment you must log in.
Fix proposed to branch: stable/mitaka /review. openstack. org/342484
Review: https:/