Renamed keystone-server to keystone-all based on comments

in LP: #910484.

Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2012-02-02 09:34:16 -05:00
parent ec89d4ec9a
commit 69bb042a86
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ setup(name='keystone',
author_email='openstack@lists.launchpad.net',
url='http://www.openstack.org',
packages=find_packages(exclude=['test', 'bin']),
scripts=['bin/keystone-server', 'bin/keystone-manage'],
scripts=['bin/keystone-all', 'bin/keystone-manage'],
zip_safe=False,
install_requires=['setuptools', 'python-keystoneclient'],
)