1f8b9127c7
Since Keystone switched to using oslo.db, the db and db.sqlalchemy modules in oslo-incubator are no longer used, so remove them from openstack-common.conf. Then I did a re-sync with oslo-incubator commit caed79d8, which removed common/context.py since it's not used anymore. Change-Id: Ief0052e1ea0279118f0687c3a2a19c5ea53c6eb9
21 lines
337 B
Plaintext
21 lines
337 B
Plaintext
[DEFAULT]
|
|
|
|
module=config
|
|
module=fixture
|
|
module=gettextutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=log
|
|
module=policy
|
|
module=service
|
|
module=strutils
|
|
module=systemd
|
|
module=timeutils
|
|
module=versionutils
|
|
|
|
script=tools/colorizer.py
|
|
script=tools/install_venv_common.py
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=keystone
|