keystone details should be configured in the keystone_authtoken section
Bug #1592762 reported by
Dimitri Mazmanov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Kingbird |
New
|
Undecided
|
Chaoyi Huang |
Bug Description
Currently all keystone related configuration is placed under the 'cache' group in the kingbird.conf
However, there's a section designed specifically for keystone:
[keystone_
auth_uri = http://
identity_uri = http://
admin_tenant_name = %SERVICE_
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
We should remove the keystone configuration parameters from the cache group and read them from keystone_authtoken.
Changed in kingbird: | |
assignee: | nobody → Chaoyi Huang (joehuang) |
To post a comment you must log in.
Mis - understanding. [keystone_ authtoken] is the configuration for KeyStoneMiddleware, it's for token validation purpose. It's server side configuration. [keystone_ authtoken] is dedicated for server side configuration, how token could be verified.
Cache is for kb-engine to access other region's quota data, [cache] section is configured like openrc in devstack, or the rc file in the functest container, it's used for client side configuration.