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:
parent
00ed275c44
commit
908845d32e
@ -63,6 +63,7 @@ project_name = service
|
|||||||
password = {{ magnum_keystone_password }}
|
password = {{ magnum_keystone_password }}
|
||||||
username = {{ magnum_keystone_user }}
|
username = {{ magnum_keystone_user }}
|
||||||
auth_type = password
|
auth_type = password
|
||||||
|
cafile = {{ openstack_cacert }}
|
||||||
|
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
auth_version = v3
|
auth_version = v3
|
||||||
@ -74,7 +75,6 @@ user_domain_name = {{ default_user_domain_name }}
|
|||||||
project_name = service
|
project_name = service
|
||||||
username = {{ magnum_keystone_user }}
|
username = {{ magnum_keystone_user }}
|
||||||
password = {{ magnum_keystone_password }}
|
password = {{ magnum_keystone_password }}
|
||||||
cafile = {{ openstack_cacert }}
|
|
||||||
|
|
||||||
memcache_security_strategy = ENCRYPT
|
memcache_security_strategy = ENCRYPT
|
||||||
memcache_secret_key = {{ memcache_secret_key }}
|
memcache_secret_key = {{ memcache_secret_key }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user