summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2012-02-02 09:39:02 -0500
committerChuck Short <chuck.short@canonical.com>2012-02-02 09:39:02 -0500
commit0027f90c0e22b0adfa78d534658e56c72f81dd55 (patch)
tree2d6dd01bf43302c7d4e4bcf71e9e0b5313dc8f87 /bin
parent69bb042a86a73773044b94437fe17a1639ec7e79 (diff)
downloadkeystone-0027f90c0e22b0adfa78d534658e56c72f81dd55.tar.gz
keystone-0027f90c0e22b0adfa78d534658e56c72f81dd55.tar.xz
keystone-0027f90c0e22b0adfa78d534658e56c72f81dd55.zip
Missed one more keystone-server.
Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index d30d9c61..7645a949 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)