commit | d9208f4c22e6991acb6aa8ac58e0c0188124f7cf | [log] [tgz] |
---|---|---|
author | Vasyl Saienko <vsaienko@mirantis.com> | Tue May 29 11:30:12 2018 +0300 |
committer | Vasyl Saienko <vsaienko@mirantis.com> | Tue May 29 11:30:12 2018 +0300 |
tree | 9562082187fea1e23a556fa41e45f917aae33475 | |
parent | d697f9abcf2d8a25728b7ef6ffeff80aa108dd41 [diff] |
Fix auth_url for keystoneauth/_type_password Do not add /identity to the end of URL. Change-Id: I039c2b341ea3b89a59cee32be8d34a954ee009e1
diff --git a/oslo_templates/files/queens/keystoneauth/_type_password.conf b/oslo_templates/files/queens/keystoneauth/_type_password.conf index 1e369ff..3ba5e10 100644 --- a/oslo_templates/files/queens/keystoneauth/_type_password.conf +++ b/oslo_templates/files/queens/keystoneauth/_type_password.conf
@@ -27,7 +27,7 @@ # Authentication URL (string value) #auth_url = <None> -auth_url = {{ _data.get('protocol', 'http') }}://{{ _data.host }}:{{ _data.get('port', '5000') }}/identity +auth_url = {{ _data.get('protocol', 'http') }}://{{ _data.host }}:{{ _data.get('port', '5000') }} # Authentication type to load (string value) # Deprecated group/name - [nova]/auth_plugin