[install] Fix heat trustee configuration

The current example config is broken with the default deferred
authentication of trusts - the project_domain_id and project_name
cannot be specified in this section or keystone will throw a
"cannot be scoped to multiple targets" error when we attempt to get
a token scoped to a trust.

Also, the auth_uri is unused by the keystoneclient password auth
plugins, so remove it (it has been a source of confusion in the
referenced bug).

Change-Id: I6305be3c693993de4d16d82fd6de936e92c437c5
Closes-Bug: #1300246
Backport: liberty
This commit is contained in:
Steven Hardy 2015-12-07 17:33:42 +00:00 committed by Matthew Kassawara
parent cff835d97a
commit 98ef59a599
1 changed files with 2 additions and 5 deletions

View File

@ -400,14 +400,11 @@ Install and configure components
[trustee] [trustee]
... ...
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_plugin = password auth_plugin = password
project_domain_id = default auth_url = http://controller:35357
user_domain_id = default
project_name = service
username = heat username = heat
password = HEAT_PASS password = HEAT_PASS
user_domain_id = default
[clients_keystone] [clients_keystone]
... ...