summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorZiad Sawalha <github@highbridgellc.com>2011-05-21 19:23:07 -0500
committerZiad Sawalha <github@highbridgellc.com>2011-05-21 19:23:07 -0500
commit7fafabfa4a43099b6f6117d4007b8339bd338dba (patch)
treee2ece3b7bce683c9ea218a8e1a97a35532f5e413 /setup.py
parenta99175d8ce8fcd7ef701322bd9eaedfd517b1e70 (diff)
Add keystone-manage to support bootstrapping Keystone with add user command
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 440a3ad3..a3e4a414 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,8 @@ setup(
url='http://www.openstack.org',
include_package_data=True,
packages=find_packages(exclude=['test', 'bin']),
- scripts=['bin/keystone, bin/leystone-auth, bin/keystone-admin'],
+ scripts=['bin/keystone, bin/leystone-auth, bin/keystone-admin'
+ ', bin/keystone-manage'],
zip_safe=False,
install_requires=['setuptools'],
entry_points={