Merge "Fix wrong heat trustee configuration"
This commit is contained in:
commit
4ca9b5111f
@ -66,9 +66,7 @@ auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_publi
|
|||||||
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
|
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
auth_plugin = password
|
auth_plugin = password
|
||||||
project_domain_id = default
|
|
||||||
user_domain_id = default
|
user_domain_id = default
|
||||||
project_name = service
|
|
||||||
username = {{ heat_keystone_user }}
|
username = {{ heat_keystone_user }}
|
||||||
password = {{ heat_keystone_password }}
|
password = {{ heat_keystone_password }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user