Merge "Spelling mistake in manila.conf.j2"

This commit is contained in:
Zuul 2019-06-05 14:50:43 +00:00 committed by Gerrit Code Review
commit fbad0d9cce
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
[neutron]
url = {{ internal_protocol }}://{{ neutron_internal_fqdn }}:{{ neutron_server_port }}
uth_uri = {{ keystone_internal_url }}
auth_uri = {{ keystone_internal_url }}
auth_url = {{ keystone_admin_url }}
auth_type = password
project_domain_id = {{ default_project_domain_id }}