designate/openstack-common.conf
Endre Karlson 074bb12591 Move from incubator to o.concurrency
This removes the processutils and lockutils from out repo and relies
on oslo.concurrency instead.

Change-Id: Ia3c4192e7e820e2888e805abbb8671e4544520dc
2014-11-11 14:46:16 +01:00

22 lines
452 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=context
module=fixture.config
module=local
module=log
module=policy
module=service
module=timeutils
module=versionutils
# Modules needed for the deprecated oslo.wsgi we're still using
module=xmlutils
module=sslutils
# The base module to hold the copy of openstack.common
base=designate