
This new python package will allow a nova compute deployment to install a staccato download plugin module. This will allow nova compute to use staccato for downloads. Change-Id: I35257f37c8d92ad96298c10ce1be15b7f53ffaef blueprint: staccato-plugin-for-nova
8 lines
136 B
Python
8 lines
136 B
Python
#!/usr/bin/env python
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
|
|
d2to1=True)
|