diff --git a/bin/keystone-all b/bin/keystone-all index d30d9c6192..7645a949db 100755 --- a/bin/keystone-all +++ b/bin/keystone-all @@ -12,7 +12,7 @@ possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]), os.pardir, os.pardir)) if os.path.exists(os.path.join(possible_topdir, - 'keystone-server', + 'keystone-all', '__init__.py')): sys.path.insert(0, possible_topdir)