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

View File

@@ -252,7 +252,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

View File

@@ -65,7 +65,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

View File

@@ -312,7 +312,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

View File

@@ -212,7 +212,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

View File

@@ -214,7 +214,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
@@ -298,7 +299,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

View File

@@ -392,7 +392,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
@@ -401,7 +402,7 @@ Install and configure components
[trustee]
...
auth_plugin = password
auth_type = password
auth_url = http://controller:35357
username = heat
password = HEAT_PASS

View File

@@ -97,7 +97,8 @@ authentication mechanism, message queue, and plug-in.
...
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
@@ -159,7 +160,7 @@ Configure Compute to use Networking
...
url = http://controller:9696
auth_url = http://controller:35357
auth_plugin = password
auth_type = password
project_domain_id = default
user_domain_id = default
region_name = RegionOne

View File

@@ -83,7 +83,7 @@ Install the components
[nova]
...
auth_url = http://controller:35357
auth_plugin = password
auth_type = password
project_domain_id = default
user_domain_id = default
region_name = RegionOne
@@ -170,7 +170,8 @@ Install the 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
@@ -199,7 +200,7 @@ Install the components
[nova]
...
auth_url = http://controller:35357
auth_plugin = password
auth_type = password
project_domain_id = default
user_domain_id = default
region_name = RegionOne

View File

@@ -129,7 +129,8 @@ Install the 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
@@ -158,7 +159,7 @@ Install the components
[nova]
...
auth_url = http://controller:35357
auth_plugin = password
auth_type = password
project_domain_id = default
user_domain_id = default
region_name = RegionOne

View File

@@ -192,7 +192,7 @@ such as credentials to instances.
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_region = RegionOne
auth_plugin = password
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
@@ -244,7 +244,7 @@ Configure Compute to use Networking
...
url = http://controller:9696
auth_url = http://controller:35357
auth_plugin = password
auth_type = password
project_domain_id = default
user_domain_id = default
region_name = RegionOne

View File

@@ -95,7 +95,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

View File

@@ -267,7 +267,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

View File

@@ -59,7 +59,7 @@ following actions:
...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_plugin = password
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service