Merge "Fix keystone-manage config file path"
This commit is contained in:
commit
6639463c37
@ -20,7 +20,7 @@ import sys
|
||||
# If ../../keystone/__init__.py exists, add ../../ to Python search path, so
|
||||
# that it will override what happens to be installed in
|
||||
# /usr/(local/)lib/python...
|
||||
possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
|
||||
possible_topdir = os.path.normpath(os.path.join(os.path.abspath(__file__),
|
||||
os.pardir,
|
||||
os.pardir,
|
||||
os.pardir))
|
||||
|
Loading…
x
Reference in New Issue
Block a user