e4e972471f
oslo.service has graduated, let's port to it instead of sync with oslo-incubator. Change-Id: I86a93e9a4fb8f3b6b95eda8bcbd37efde715121f Closes-Bug: #1466851
18 lines
401 B
Plaintext
18 lines
401 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of scriptss to copy from oslo-incubator.git
|
|
script=tools/install_venv_common.py
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=memorycache
|
|
module=report
|
|
module=report.generators
|
|
module=report.models
|
|
module=report.views
|
|
module=report.views.xml
|
|
module=report.views.json
|
|
module=report.views.text
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=designate
|