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:
parent
cabb54c580
commit
560b650fa8
0
bin/volume-usage-audit → bin/cinder-volume-usage-audit
Normal file → Executable file
0
bin/volume-usage-audit → bin/cinder-volume-usage-audit
Normal file → Executable file
8
setup.py
8
setup.py
@ -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=[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user