diff --git a/ansible/roles/octavia/templates/octavia.conf.j2 b/ansible/roles/octavia/templates/octavia.conf.j2 index 35eae99ffc..bf3b3d28b2 100644 --- a/ansible/roles/octavia/templates/octavia.conf.j2 +++ b/ansible/roles/octavia/templates/octavia.conf.j2 @@ -36,14 +36,14 @@ memcache_secret_key = {{ memcache_secret_key }} memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %} [keystone_authtoken] -auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }} -auth_host = {{ kolla_internal_fqdn }} -auth_port = {{ keystone_public_port }} -auth_protocol = {{ internal_protocol }} +auth_uri = {{ keystone_internal_url }} +auth_url = {{ keystone_admin_url }} auth_type = password -admin_tenant_name = service -admin_user = {{ octavia_keystone_user }} -admin_password = {{ octavia_keystone_password }} +project_domain_id = {{ default_project_domain_id }} +user_domain_id = {{ default_user_domain_id }} +project_name = service +username = {{ octavia_keystone_user }} +password = {{ octavia_keystone_password }} memcache_security_strategy = ENCRYPT memcache_secret_key = {{ memcache_secret_key }}