diff options
| author | Ziad Sawalha <github@highbridgellc.com> | 2011-05-21 19:23:07 -0500 |
|---|---|---|
| committer | Ziad Sawalha <github@highbridgellc.com> | 2011-05-21 19:23:07 -0500 |
| commit | 7fafabfa4a43099b6f6117d4007b8339bd338dba (patch) | |
| tree | e2ece3b7bce683c9ea218a8e1a97a35532f5e413 /setup.py | |
| parent | a99175d8ce8fcd7ef701322bd9eaedfd517b1e70 (diff) | |
Add keystone-manage to support bootstrapping Keystone with add user command
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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={ |
