diff options
| author | Dan Prince <dprince@redhat.com> | 2012-07-30 14:34:46 -0400 |
|---|---|---|
| committer | Dan Prince <dprince@redhat.com> | 2012-07-30 14:40:59 -0400 |
| commit | 38334ed77975859608c3d9f98c5a102bd0276bb2 (patch) | |
| tree | 507dca25e9f9f8f4494b1b7f79b6fc8fd668ff30 | |
| parent | 8f0d8e26d09ff6de3065864d6d62d124bcc85737 (diff) | |
Set default keystone auth_token signing_dir loc.
Updates the nova api-paste.ini file with a custom signing_dir
for Nova. This works around potential multi-service permission issues which
can occur when multiple OpenStack services share a common signing directory.
Change-Id: I99df63838fd41a4cade99b54da9511978b0d1a86
| -rw-r--r-- | etc/nova/api-paste.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini index a621b759f..0d57e02a9 100644 --- a/etc/nova/api-paste.ini +++ b/etc/nova/api-paste.ini @@ -124,3 +124,4 @@ auth_protocol = http admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% +signing_dirname = /tmp/keystone-signing-nova |
