Cool, thanks!

** Changed in: keystone
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1241198

Title:
  Keystone tests determine rootdir relative to pwd

Status in OpenStack Identity (Keystone):
  Invalid

Bug description:
  keystone/tests/core.py

  contains this code:

    ROOTDIR = os.path.dirname(os.path.abspath('..'))

  which is determining the abspath of $PWD/..

  A more reliable way to determine the rootdir is relative to the
  dirname(__file__) of the python module itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1241198/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to