10f9c1f1c3
Sync in the oslo code for auto-config sample generation and make the appropriate changes to setup to allow for automatic option discovery. `test-requirements.txt` now includes stevedore to ensure the oslo libraries can all be loaded as expected. Change-Id: Ieca0aea4d3c67b930c12467317d2f4d83763b601
21 lines
364 B
Plaintext
21 lines
364 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=config
|
|
module=colorizer
|
|
module=crypto
|
|
module=fixture
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=log
|
|
module=log_handler
|
|
module=policy
|
|
module=strutils
|
|
module=timeutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=keystone
|