** Changed in: keystone/havana
Status: Fix Committed => 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/1241198
Title:
Keystone tests determine rootdir relative to pwd
Status in OpenStack Identity (Keystone):
Invalid
Status in Keystone havana series:
Fix Released
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 : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp