From 9fd26ad5b8e62c8394dcee0432326e6d4aa19ef7 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 29 Dec 2016 14:02:59 +0800 Subject: [PATCH] Remove signing_dir option PKI token support has been deprecated in the Ocata release and will be removed in the Pike release, so we can remove releated parameters. Change-Id: If8f4cf3db3f315742554be363ae4ab8e70b789ce Closes-Bug: #1653049 --- ansible/roles/manila/templates/manila.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/manila/templates/manila.conf.j2 b/ansible/roles/manila/templates/manila.conf.j2 index 08f518e098..af31281e4e 100644 --- a/ansible/roles/manila/templates/manila.conf.j2 +++ b/ansible/roles/manila/templates/manila.conf.j2 @@ -27,7 +27,6 @@ connection = mysql+pymysql://{{ manila_database_user }}:{{ manila_database_passw max_retries = -1 [keystone_authtoken] -signing_dir = /var/cache/manila auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }} auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }} auth_type = password