Update conf for magnum

Deprecated: Option "cafile" from group "keystone_authtoken" is deprecated.
Use option "cafile" from group "keystone_auth".

Change-Id: Ia372b1b73afc0bea6a68dcd156cf963c01e3f3ab
This commit is contained in:
likui 2020-08-03 10:35:13 +08:00
parent 00ed275c44
commit 908845d32e

View File

@ -63,6 +63,7 @@ project_name = service
password = {{ magnum_keystone_password }}
username = {{ magnum_keystone_user }}
auth_type = password
cafile = {{ openstack_cacert }}
[keystone_authtoken]
auth_version = v3
@ -74,7 +75,6 @@ user_domain_name = {{ default_user_domain_name }}
project_name = service
username = {{ magnum_keystone_user }}
password = {{ magnum_keystone_password }}
cafile = {{ openstack_cacert }}
memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ memcache_secret_key }}