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
This commit is contained in:
parent
45ebb37043
commit
5040ea568f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user