From f4b49ae5e9ed26e8539aba495045773a8ef56d7d Mon Sep 17 00:00:00 2001
From: sunguangning <sunguangning@unionpay.com>
Date: Thu, 30 May 2019 10:23:09 +0800
Subject: [PATCH] Spelling mistake in manila.conf.j2

Co-Authored-By: liaoweizhong <liaoweizhong@unionpay.com>

Change-Id: I04a9c4bff817601f718bb43f41f3418571b11cf4
Closes-bug: #1830853
---
 ansible/roles/manila/templates/manila-share.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/manila/templates/manila-share.conf.j2 b/ansible/roles/manila/templates/manila-share.conf.j2
index 843add764a..26989d33b3 100644
--- a/ansible/roles/manila/templates/manila-share.conf.j2
+++ b/ansible/roles/manila/templates/manila-share.conf.j2
@@ -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 }}