From 5040ea568f7cc5480944cd76807239099a1df0be Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Wed, 19 Oct 2016 10:16:15 +0800 Subject: [PATCH] Deprecate auth_plugin option in manila Option "auth_plugin" from group "keystone_authtoken" is deprecated in Manila. Use option "auth_type" from group "keystone_authtoken" instead. Change-Id: Id0cfe82d72cc59a1695c70474344313f5c2f2250 Closes-Bug: #1634724 --- ansible/roles/manila/templates/manila.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/manila/templates/manila.conf.j2 b/ansible/roles/manila/templates/manila.conf.j2 index 2c286558df..08f518e098 100644 --- a/ansible/roles/manila/templates/manila.conf.j2 +++ b/ansible/roles/manila/templates/manila.conf.j2 @@ -30,7 +30,7 @@ max_retries = -1 signing_dir = /var/cache/manila auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }} auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }} -auth_plugin = password +auth_type = password project_domain_id = default user_domain_id = default project_name = service