Merge "Correct Ironic keystone_authtoken option name"
This commit is contained in:
commit
ff14e6ec06
@ -41,9 +41,9 @@ auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_po
|
|||||||
auth_type = password
|
auth_type = password
|
||||||
project_domain_id = default
|
project_domain_id = default
|
||||||
user_domain_id = default
|
user_domain_id = default
|
||||||
project_name = service
|
admin_tenant_name = service
|
||||||
username = {{ ironic_keystone_user }}
|
admin_user = {{ ironic_keystone_user }}
|
||||||
password = {{ ironic_keystone_password }}
|
admin_password = {{ ironic_keystone_password }}
|
||||||
|
|
||||||
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