90aedd1a87
The cfg API is now available via the oslo-config library, so switch to it and remove the copied-and-pasted version. Add the oslo.config-1.1.0b1 tarball to tools/pip-requires - this will be changed to 'oslo-config>=2013.1' when oslo-config is published to pypi. This will happen in time for grizzly final. Remove the 'deps = pep8==1.3.3' from tox.ini as it means all the other deps get installed with easy_install which can't install oslo-config from the URL. Change-Id: Ie803935d5f1b4fb88e76932cc42ce22b45acffad
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=setup,install_venv_common
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=tempest
|