Install: Keystone auth updates for Mitaka
Update keystone authentication for services. Replace
'auth_plugin' with 'auth_type' and configure use of
the memcached service on the controller for caching
tokens.
TBD: Does inter-service authentication (nova-neutron)
and trusts (heat) also require use of memcached?
Requires further testing, but this patch reduces
deprecation messages.
Implements: bp installguide-mitaka
Change-Id: I58fc11b7f81729ca0d3a23d56816ee654559866f
This commit is contained in:
@@ -249,7 +249,8 @@ Install and configure components
|
||||
...
|
||||
auth_uri = http://controller:5000
|
||||
auth_url = http://controller:35357
|
||||
auth_plugin = password
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_id = default
|
||||
user_domain_id = default
|
||||
project_name = service
|
||||
|
||||
Reference in New Issue
Block a user