yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03991
[Bug 1031008] Re: Report better error when signing dir is not writable
** Changed in: keystone
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1031008
Title:
Report better error when signing dir is not writable
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
If the signing dir is not writable, intialization of a service
triggers the following code path:
self.signing_dirname = conf.get('signing_dir', '/tmp/keystone-signing')
if (os.path.exists(self.signing_dirname) and
not os.access(self.signing_dirname, os.W_OK)):
raise "TODO: Need to find an Exception to raise here."
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1031008/+subscriptions