openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21475
Re: [Swift][keystone]: swift-init proxy start failed
Hi Pete,
I added the signing_dir to the authtoken config file and it works. Thanks a lot !
signing_dir = /tmp/keystone-signing-swif
Thanks,
-David
-----Original Message-----
From: Pete Zaitcev [mailto:zaitcev@xxxxxxxxxx]
Sent: 2013年3月4日 12:59 AM
To: Tao, Dao (David, ISS-MSL-SH)
Cc: openstack@xxxxxxxxxxxxxxxxxxx (openstack@xxxxxxxxxxxxxxxxxxx)
Subject: Re: [Openstack] [Swift][keystone]: swift-init proxy start failed
On Sat, 2 Mar 2013 04:56:38 +0000
"Tao, Dao (David, ISS-MSL-SH)" <dao.tao@xxxxxx> wrote:
> OSError: [Errno 13] Permission denied: '/root/keystone-signing'
> [filter:authtoken]
> paste.filter_factory = keystone.middleware.auth_token:filter_factory
Add signing_dir to authtoken above. Swift should own it, although in practice it's not going to write to it. Something like /var/cache/swift will do.
-- Pete
References