Fix heat trustee configuration

Based on: I6305be3c693993de4d16d82fd6de936e92c437c5
Removing project_domain_id and project_name since they cannot be
specified in this section or keystone will throw a "cannot be scoped
to multiple targets error" and auth_uri is unused by the
keystoneclient password auth plugins.

Change-Id: I6b4eb2301690038b717a0b51490036dd30e76edd
Closes-Bug: 1565550
(cherry picked from commit b3888759fb)
This commit is contained in:
Hector I Gonzalez 2016-04-06 14:51:44 -05:00 committed by Jesse Pretorius (odyssey4me)
parent cabb09ef98
commit e86d3949ec
1 changed files with 0 additions and 3 deletions

View File

@ -108,9 +108,6 @@ insecure = {{ keystone_service_internaluri_insecure | bool }}
auth_plugin = {{ heat_keystone_trustee_auth_plugin }}
signing_dir = {{ heat_system_home_folder }}/cache/heat
auth_url = {{ keystone_service_adminurl }}
auth_uri = {{ keystone_service_internaluri }}
project_domain_id = {{ heat_service_trustee_project_domain_id }}
user_domain_id = {{ heat_service_trustee_user_domain_id }}
project_name = {{ heat_service_trustee_project_name }}
username = {{ heat_service_trustee_user_name }}
password = {{ heat_service_trustee_password }}