Use option auth_type in group trustee in heat configuration
This will solve the following issue: WARNING oslo_config.cfg [-] Option "auth_plugin" from group "trustee" is deprecated. Use option "auth_type" from group "trustee". Change-Id: I7343a4a28555495d22a7960bf4d585152505a79c Closes-bug: #1632064
This commit is contained in:
parent
b58147bcc0
commit
1b519cc300
@ -65,7 +65,7 @@ auth_url = {{ keystone_admin_url }}
|
||||
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
|
||||
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
|
||||
{% endif %}
|
||||
auth_plugin = password
|
||||
auth_type = password
|
||||
user_domain_id = default
|
||||
username = {{ heat_keystone_user }}
|
||||
password = {{ heat_keystone_password }}
|
||||
|
Loading…
Reference in New Issue
Block a user