]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Don't set signing_dir by default.
authorDan Prince <dprince@redhat.com>
Tue, 28 May 2013 16:20:01 +0000 (12:20 -0400)
committerDan Prince <dprince@redhat.com>
Tue, 28 May 2013 16:20:01 +0000 (12:20 -0400)
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

index f4c433f258639defa78bd40d42f98b16331b8fd4..77d5dbb88318dc8653bb8809e95af50fccb782bb 100644 (file)
@@ -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