From 896b69e33dd7e67e03767548a14b770266f5dec5 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 28 May 2013 12:20:01 -0400 Subject: [PATCH] Don't set signing_dir by default. Allow the auth_token middleware to setup its own signing_dir if required. Fixes LP Bug #1185098. Change-Id: Id8766efb34d37ca382b865167ec2465d0a1ce8dc --- etc/cinder/api-paste.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/cinder/api-paste.ini b/etc/cinder/api-paste.ini index f4c433f25..77d5dbb88 100644 --- a/etc/cinder/api-paste.ini +++ b/etc/cinder/api-paste.ini @@ -59,4 +59,7 @@ auth_protocol = http admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% -signing_dir = /var/lib/cinder +# signing_dir is configurable, but the default behavior of the authtoken +# middleware should be sufficient. It will create a temporary directory +# in the home directory for the user the cinder process is running as. +#signing_dir = /var/lib/cinder/keystone-signing -- 2.45.2