Add cinder- prefix to all binaries.

Renames clear_rabbit_queues and volume-usuage-audit binaries
so that they are prefixed with 'cinder-'.

As part of this change the clear_rabbit_queues binary was changed
to use dashes instead of underscores for consistency with the rest
of the cinder binaries.

Fixes LP Bug #1044386.

Change-Id: I7692a543cc67af2d342a64b84626de38c0a64f81
This commit is contained in:
Dan Prince 2012-08-31 09:56:50 -04:00
parent cabb54c580
commit 560b650fa8
3 changed files with 4 additions and 4 deletions

@ -32,12 +32,12 @@ setuptools.setup(name='cinder',
include_package_data=True,
test_suite='nose.collector',
setup_requires=['setuptools-git>=0.4'],
scripts=['bin/clear_rabbit_queues',
'bin/cinder-all',
scripts=['bin/cinder-all',
'bin/cinder-api',
'bin/cinder-clear-rabbit-queues',
'bin/cinder-manage',
'bin/cinder-rootwrap',
'bin/cinder-scheduler',
'bin/volume-usage-audit',
'bin/cinder-volume'],
'bin/cinder-volume',
'bin/cinder-volume-usage-audit'],
py_modules=[])