Merge "Remove insecure default for signing_dir option."

This commit is contained in:
Jenkins 2013-05-08 19:35:48 +00:00 committed by Gerrit Code Review
commit 4e61f415c4
1 changed files with 4 additions and 1 deletions

View File

@ -104,6 +104,9 @@ auth_protocol = http
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
signing_dir = /tmp/keystone-signing-nova
# 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 nova process is running as.
#signing_dir = /var/lib/nova/keystone-signing
# Workaround for https://bugs.launchpad.net/nova/+bug/1154809
auth_version = v2.0