** 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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to