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:
Matthew Kassawara
2016-02-12 11:23:41 -07:00
parent 03fb8fbfa3
commit 6ab205bcb1
14 changed files with 34 additions and 21 deletions

View File

@@ -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