From: Dan Prince Date: Tue, 28 May 2013 16:20:01 +0000 (-0400) Subject: Don't set signing_dir by default. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=896b69e33dd7e67e03767548a14b770266f5dec5;p=openstack-build%2Fcinder-build.git 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 --- 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