summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2012-02-01 13:35:59 -0500
committerChuck Short <chuck.short@canonical.com>2012-02-01 13:35:59 -0500
commitec89d4ec9ae5428fe3509c5155d66efedb8a6668 (patch)
tree24c2685e487da049ea50b67f3008d3af21faa27f /bin
parent89f835a3eb88abc474c9b42b3665845a1a6556af (diff)
downloadkeystone-ec89d4ec9ae5428fe3509c5155d66efedb8a6668.tar.gz
keystone-ec89d4ec9ae5428fe3509c5155d66efedb8a6668.tar.xz
keystone-ec89d4ec9ae5428fe3509c5155d66efedb8a6668.zip
Change the name of keystone to keystone-server so
the binaries dont conflict with python-keystoneclient. Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone-server (renamed from bin/keystone)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/keystone b/bin/keystone-server
index 5f75279b..d30d9c61 100755
--- a/bin/keystone
+++ b/bin/keystone-server
@@ -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',
+ 'keystone-server',
'__init__.py')):
sys.path.insert(0, possible_topdir)