Include volume-usage-audit in tarballs
Fix setup.py to include a reference to bin/volume-usage-audit and make it included in generated tarballs. Fixes bug #1001218. Change-Id: I9a02e3723a29f3fb960ffa4b10d5499e98bd3a4c
This commit is contained in:
4
setup.py
4
setup.py
@@ -91,5 +91,7 @@ setuptools.setup(name='nova',
|
|||||||
'bin/nova-rootwrap',
|
'bin/nova-rootwrap',
|
||||||
'bin/nova-scheduler',
|
'bin/nova-scheduler',
|
||||||
'bin/nova-volume',
|
'bin/nova-volume',
|
||||||
'bin/nova-xvpvncproxy'],
|
'bin/nova-xvpvncproxy',
|
||||||
|
'bin/volume-usage-audit',
|
||||||
|
],
|
||||||
py_modules=[])
|
py_modules=[])
|
||||||
|
|||||||
Reference in New Issue
Block a user