Merge "Correct Ironic keystone_authtoken option name"

This commit is contained in:
Jenkins 2016-09-16 20:18:49 +00:00 committed by Gerrit Code Review
commit ff14e6ec06

View File

@ -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 }}